http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cognitoidentity
/
org.http4k.connect.amazon.cognitoidentity.action
/
GetId
Get
Id
@
JsonSerializable
data
class
GetId
(
val
IdentityPoolId
:
IdentityPoolId
,
val
AccountId
:
AwsAccount
?
=
null
,
val
Logins
:
Map
<
String
,
String
>
?
=
null
)
:
CognitoIdentityAction
<
Identity
>
(
source
)
Members
Constructors
Get
Id
Link copied to clipboard
constructor
(
IdentityPoolId
:
IdentityPoolId
,
AccountId
:
AwsAccount
?
=
null
,
Logins
:
Map
<
String
,
String
>
?
=
null
)
Properties
Account
Id
Link copied to clipboard
val
AccountId
:
AwsAccount
?
Identity
Pool
Id
Link copied to clipboard
val
IdentityPoolId
:
IdentityPoolId
Logins
Link copied to clipboard
val
Logins
:
Map
<
String
,
String
>
?
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Identity
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri