toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
AdminEnableUser
Admin
Enable
User
@
JsonSerializable
data
class
AdminEnableUser
(
val
Username
:
Username
,
val
UserPoolId
:
UserPoolId
)
:
CognitoAction
<
Unit
>
Members
Constructors
Admin
Enable
User
Link copied to clipboard
constructor
(
Username
:
Username
,
UserPoolId
:
UserPoolId
)
Properties
Username
Link copied to clipboard
val
Username
:
Username
User
Pool
Id
Link copied to clipboard
val
UserPoolId
:
UserPoolId
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
<
Unit
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri