toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
DeleteUserPoolDomain
Delete
User
Pool
Domain
@
JsonSerializable
data
class
DeleteUserPoolDomain
(
val
UserPoolId
:
UserPoolId
,
val
Domain
:
CloudFrontDomain
)
:
CognitoAction
<
Unit
>
Members
Constructors
Delete
User
Pool
Domain
Link copied to clipboard
constructor
(
UserPoolId
:
UserPoolId
,
Domain
:
CloudFrontDomain
)
Properties
Domain
Link copied to clipboard
val
Domain
:
CloudFrontDomain
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