Uses of Interface
software.amazon.awssdk.services.rekognition.model.ListUsersResponse.Builder
-
Packages that use ListUsersResponse.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ListUsersResponse.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ListUsersResponse.Builder Modifier and Type Method Description static ListUsersResponse.BuilderListUsersResponse. builder()ListUsersResponse.BuilderListUsersResponse.Builder. nextToken(String nextToken)A pagination token to be used with the subsequent request if the response is truncated.ListUsersResponse.BuilderListUsersResponse. toBuilder()ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<User> users)List of UsersID associated with the specified collection.ListUsersResponse.BuilderListUsersResponse.Builder. users(Consumer<User.Builder>... users)List of UsersID associated with the specified collection.ListUsersResponse.BuilderListUsersResponse.Builder. users(User... users)List of UsersID associated with the specified collection.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ListUsersResponse.Builder Modifier and Type Method Description static Class<? extends ListUsersResponse.Builder>ListUsersResponse. serializableBuilderClass()
-