| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ListUsersResponse.Builder |
ListUsersResponse.builder() |
ListUsersResponse.Builder |
ListUsersResponse.Builder.nextToken(String nextToken)
A pagination token to be used with the subsequent request if the response is truncated.
|
ListUsersResponse.Builder |
ListUsersResponse.toBuilder() |
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Collection<User> users)
List of UsersID associated with the specified collection.
|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Consumer<User.Builder>... users)
List of UsersID associated with the specified collection.
|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(User... users)
List of UsersID associated with the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUsersResponse.Builder> |
ListUsersResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.