toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
ListUsers
List
Users
@
JsonSerializable
data
class
ListUsers
(
val
UserPoolId
:
UserPoolId
,
val
AttributesToGet
:
List
<
String
>
?
=
null
,
val
Limit
:
Int
=
60
,
val
PaginationToken
:
String
?
=
null
)
:
CognitoAction
<
PageOfListedUsers
>
Members
Constructors
List
Users
Link copied to clipboard
constructor
(
UserPoolId
:
UserPoolId
,
AttributesToGet
:
List
<
String
>
?
=
null
,
Limit
:
Int
=
60
,
PaginationToken
:
String
?
=
null
)
Properties
Attributes
To
Get
Link copied to clipboard
val
AttributesToGet
:
List
<
String
>
?
=
null
Limit
Link copied to clipboard
val
Limit
:
Int
=
60
Pagination
Token
Link copied to clipboard
val
PaginationToken
:
String
?
=
null
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
<
PageOfListedUsers
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri