GetId

@JsonSerializable
data class GetId(val IdentityPoolId: IdentityPoolId, val AccountId: AwsAccount? = null, val Logins: Map<String, String>? = null) : CognitoIdentityAction<Identity> (source)

Constructors

Link copied to clipboard
constructor(IdentityPoolId: IdentityPoolId, AccountId: AwsAccount? = null, Logins: Map<String, String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Identity, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri