toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
AdminSetUserPassword
Admin
Set
User
Password
@
JsonSerializable
data
class
AdminSetUserPassword
(
val
Username
:
Username
,
val
UserPoolId
:
UserPoolId
,
val
Permanent
:
Boolean
,
val
Password
:
Password
)
:
CognitoAction
<
Unit
>
Members
Constructors
Admin
Set
User
Password
Link copied to clipboard
constructor
(
Username
:
Username
,
UserPoolId
:
UserPoolId
,
Permanent
:
Boolean
,
Password
:
Password
)
Properties
Password
Link copied to clipboard
val
Password
:
Password
Permanent
Link copied to clipboard
val
Permanent
:
Boolean
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