toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito
/
CognitoAction
Cognito
Action
abstract
class
CognitoAction
<
R
:
Any
>
(
clazz
:
KClass
<
R
>
,
autoMarshalling
:
AutoMarshalling
=
CognitoMoshi
)
:
AwsJsonAction
<
R
>
Inheritors
AdminCreateUser
AdminDeleteUser
AdminDisableUser
AdminEnableUser
AdminGetUser
AdminInitiateAuth
AdminResetUserPassword
AdminRespondToAuthChallenge
AdminSetUserPassword
AdminUpdateUserAttributes
AssociateSoftwareToken
ConfirmForgotPassword
CreateResourceServer
CreateUserPool
CreateUserPoolClient
CreateUserPoolDomain
DeleteUserPool
DeleteUserPoolClient
DeleteUserPoolDomain
ForgotPassword
GetJwks
InitiateAuth
ListUserPools
ListUsers
RespondToAuthChallenge
VerifySoftwareToken
Members
Constructors
Cognito
Action
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
,
autoMarshalling
:
AutoMarshalling
=
CognitoMoshi
)
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
<
R
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri