Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetGroupResponse
-
Packages that use GetGroupResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of GetGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetGroupResponse Modifier and Type Method Description default GetGroupResponseCognitoIdentityProviderClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Gets a group.default GetGroupResponseCognitoIdentityProviderClient. getGroup(GetGroupRequest getGroupRequest)Gets a group.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetGroupResponse Modifier and Type Method Description default CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Gets a group.default CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient. getGroup(GetGroupRequest getGroupRequest)Gets a group.
-