Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersResponse.Builder
-
Packages that use ListUsersResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ListUsersResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUsersResponse.Builder Modifier and Type Method Description static ListUsersResponse.BuilderListUsersResponse. builder()ListUsersResponse.BuilderListUsersResponse.Builder. paginationToken(String paginationToken)The identifier that Amazon Cognito returned with the previous request to this operation.ListUsersResponse.BuilderListUsersResponse. toBuilder()ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<UserType> users)A list of the user pool users, and their attributes, that match your query.ListUsersResponse.BuilderListUsersResponse.Builder. users(Consumer<UserType.Builder>... users)A list of the user pool users, and their attributes, that match your query.ListUsersResponse.BuilderListUsersResponse.Builder. users(UserType... users)A list of the user pool users, and their attributes, that match your query.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUsersResponse.Builder Modifier and Type Method Description static Class<? extends ListUsersResponse.Builder>ListUsersResponse. serializableBuilderClass()
-