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 APIs. |
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 APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more
than the size of one page, and when this token is used in the API request to search for the next page.
nextToken - The pagination token used for the ListUsers and ListGroups APIs. This value
is generated by the identity store service and is returned in the API response if the total results
are more than the size of one page, and when this token is used in the API request to search for the
next page.Copyright © 2020. All rights reserved.