Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateGroupRequest.Builder
Packages that use CreateGroupRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateGroupRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateGroupResponse>CognitoIdentityProviderAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest) Creates a new group in the specified user pool.default CreateGroupResponseCognitoIdentityProviderClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest) Creates a new group in the specified user pool. -
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateGroupRequest.BuilderModifier and TypeMethodDescriptionstatic CreateGroupRequest.BuilderCreateGroupRequest.builder()CreateGroupRequest.Builder.description(String description) A description of the group that you're creating.A name for the group.CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateGroupRequest.Builder.precedence(Integer precedence) A non-negative integer value that specifies the precedence of this group relative to the other groups that a user can belong to in the user pool.The Amazon Resource Name (ARN) for the IAM role that you want to associate with the group.CreateGroupRequest.toBuilder()CreateGroupRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create a user group.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateGroupRequest.Builder>CreateGroupRequest.serializableBuilderClass()