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