toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
ListUserPools
List
User
Pools
@
JsonSerializable
data
class
ListUserPools
(
val
MaxResults
:
Int
,
val
NextToken
:
String
?
=
null
)
:
CognitoAction
<
UserPools
>
Members
Constructors
List
User
Pools
Link copied to clipboard
constructor
(
MaxResults
:
Int
,
NextToken
:
String
?
=
null
)
Properties
Max
Results
Link copied to clipboard
val
MaxResults
:
Int
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
=
null
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
<
UserPools
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri