http4k
6.55.0.0
      Target filter
Search in API
Skip to content
    http4k
http4k-connect-amazon-cognito/org.http4k.connect.amazon.cognito/CognitoAction

CognitoAction

abstract class CognitoAction<R : Any>(clazz: KClass<R>, autoMarshalling: AutoMarshalling = CognitoMoshi) : AwsJsonAction<R> (source)

Inheritors

AdminCreateUser
AdminDeleteUser
AdminDisableUser
AdminEnableUser
AdminGetUser
AdminInitiateAuth
AdminResetUserPassword
AdminRespondToAuthChallenge
AdminSetUserPassword
AdminUpdateUserAttributes
AssociateSoftwareToken
ConfirmForgotPassword
CreateResourceServer
CreateUserPool
CreateUserPoolClient
CreateUserPoolDomain
DeleteUserPool
DeleteUserPoolClient
DeleteUserPoolDomain
ForgotPassword
GetJwks
GetTokensFromRefreshToken
InitiateAuth
ListUserPools
ListUsers
ResendConfirmationCode
RespondToAuthChallenge
RevokeToken
VerifySoftwareToken

Constructors

CognitoAction
Link copied to clipboard
constructor(clazz: KClass<R>, autoMarshalling: AutoMarshalling = CognitoMoshi)

Functions

toRequest
Link copied to clipboard
open override fun toRequest(): Request
toResult
Link copied to clipboard
open override fun toResult(response: Response): Result<R, RemoteFailure>
uri
Link copied to clipboard
open fun uri(): Uri
Generated by Dokka
(c) 2026 http4k