Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateGroupRequest
-
Packages that use CreateGroupRequest 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.transform -
-
Uses of CreateGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type CreateGroupRequest Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>CognitoIdentityProviderAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a new group in the specified user pool.default CreateGroupResponseCognitoIdentityProviderClient. createGroup(CreateGroupRequest createGroupRequest)Creates a new group in the specified user pool. -
Uses of CreateGroupRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type CreateGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateGroupRequestMarshaller. marshall(CreateGroupRequest createGroupRequest)
-