Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseCognitoIdentityProviderClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists users and their basic details in a user pool.default ListUsersResponseCognitoIdentityProviderClient. listUsers(ListUsersRequest listUsersRequest)Lists users and their basic details in a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>CognitoIdentityProviderAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists users and their basic details in a user pool.default CompletableFuture<ListUsersResponse>CognitoIdentityProviderAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists users and their basic details in a user pool. -
Uses of ListUsersResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-