public static interface ListUsersResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
paginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListUsersResponse.Builder |
users(Collection<UserType> users)
The users returned in the request to list users.
|
ListUsersResponse.Builder |
users(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
|
ListUsersResponse.Builder |
users(UserType... users)
The users returned in the request to list users.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListUsersResponse.Builder users(Collection<UserType> users)
The users returned in the request to list users.
users - The users returned in the request to list users.ListUsersResponse.Builder users(UserType... users)
The users returned in the request to list users.
users - The users returned in the request to list users.ListUsersResponse.Builder users(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #users(List) .users - a consumer that will call methods on List.Builder #users(List) ListUsersResponse.Builder paginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
paginationToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.