public static interface ListUsersResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
ListUsersResponse.Builder |
users(Collection<User> users)
A list of
User objects in the identity store. |
ListUsersResponse.Builder |
users(Consumer<User.Builder>... users)
A list of
User objects in the identity store. |
ListUsersResponse.Builder |
users(User... users)
A list of
User objects in the identity store. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersResponse.Builder users(Collection<User> users)
A list of User objects in the identity store.
users - A list of User objects in the identity store.ListUsersResponse.Builder users(User... users)
A list of User objects in the identity store.
users - A list of User objects in the identity store.ListUsersResponse.Builder users(Consumer<User.Builder>... users)
A list of User objects in the identity store.
List.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 nextToken(String nextToken)
The pagination token used for the ListUsers and ListGroups API operations. This
value is generated by the identity store service. It is returned in the API response if the total results are
more than the size of one page. This token is also returned when it is used in the API request to search for
the next page.
nextToken - The pagination token used for the ListUsers and ListGroups API operations.
This value is generated by the identity store service. It is returned in the API response if the total
results are more than the size of one page. This token is also returned when it is used in the API
request to search for the next page.Copyright © 2022. All rights reserved.