public static interface ListUsersResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
paginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListUsersResponse.Builder |
users(Collection<UserType> users)
A list of the user pool users, and their attributes, that match your query.
|
ListUsersResponse.Builder |
users(Consumer<UserType.Builder>... users)
A list of the user pool users, and their attributes, that match your query.
|
ListUsersResponse.Builder |
users(UserType... users)
A list of the user pool users, and their attributes, that match your query.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersResponse.Builder users(Collection<UserType> users)
A list of the user pool users, and their attributes, that match your query.
Amazon Cognito creates a profile in your user pool for each native user in your user pool, and each unique
user ID from your third-party identity providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of ListUsers displays both the IdP user
and the native user that you linked. You can identify IdP users in the Users object of this API
response by the IdP prefix that Amazon Cognito appends to Username.
users - A list of the user pool users, and their attributes, that match your query.
Amazon Cognito creates a profile in your user pool for each native user in your user pool, and each
unique user ID from your third-party identity providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of ListUsers displays both the
IdP user and the native user that you linked. You can identify IdP users in the Users
object of this API response by the IdP prefix that Amazon Cognito appends to Username.
ListUsersResponse.Builder users(UserType... users)
A list of the user pool users, and their attributes, that match your query.
Amazon Cognito creates a profile in your user pool for each native user in your user pool, and each unique
user ID from your third-party identity providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of ListUsers displays both the IdP user
and the native user that you linked. You can identify IdP users in the Users object of this API
response by the IdP prefix that Amazon Cognito appends to Username.
users - A list of the user pool users, and their attributes, that match your query.
Amazon Cognito creates a profile in your user pool for each native user in your user pool, and each
unique user ID from your third-party identity providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of ListUsers displays both the
IdP user and the native user that you linked. You can identify IdP users in the Users
object of this API response by the IdP prefix that Amazon Cognito appends to Username.
ListUsersResponse.Builder users(Consumer<UserType.Builder>... users)
A list of the user pool users, and their attributes, that match your query.
Amazon Cognito creates a profile in your user pool for each native user in your user pool, and each unique
user ID from your third-party identity providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of ListUsers displays both the IdP user
and the native user that you linked. You can identify IdP users in the Users object of this API
response by the IdP prefix that Amazon Cognito appends to Username.
UserType.Builder avoiding the need to
create one manually via
UserType.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #users(List.
users - a consumer that will call methods on
UserType.Builder#users(java.util.Collection) ListUsersResponse.Builder paginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
paginationToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2023. All rights reserved.