Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersInGroupResponse
-
Packages that use ListUsersInGroupResponse 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 ListUsersInGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUsersInGroupResponse Modifier and Type Method Description default ListUsersInGroupResponseCognitoIdentityProviderClient. listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest)Lists the users in the specified group.default ListUsersInGroupResponseCognitoIdentityProviderClient. listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)Lists the users in the specified group.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUsersInGroupResponse Modifier and Type Method Description default CompletableFuture<ListUsersInGroupResponse>CognitoIdentityProviderAsyncClient. listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest)Lists the users in the specified group.default CompletableFuture<ListUsersInGroupResponse>CognitoIdentityProviderAsyncClient. listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)Lists the users in the specified group. -
Uses of ListUsersInGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUsersInGroupResponse Modifier and Type Method Description Iterator<ListUsersInGroupResponse>ListUsersInGroupIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUsersInGroupResponse Modifier and Type Method Description voidListUsersInGroupPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersInGroupResponse> subscriber)
-