Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateGroupResponse
-
Packages that use CreateGroupResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of CreateGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseCognitoIdentityProviderClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a new group in the specified user pool.default CreateGroupResponseCognitoIdentityProviderClient. createGroup(CreateGroupRequest createGroupRequest)Creates a new group in the specified user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>CognitoIdentityProviderAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a new group in the specified user pool.default CompletableFuture<CreateGroupResponse>CognitoIdentityProviderAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a new group in the specified user pool.
-