Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateGroupRequest.Builder
-
Packages that use CreateGroupRequest.Builder 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.model -
-
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateGroupRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static CreateGroupRequest.BuilderCreateGroupRequest. builder()CreateGroupRequest.BuilderCreateGroupRequest.Builder. description(String description)A description of the group that you're creating.CreateGroupRequest.BuilderCreateGroupRequest.Builder. groupName(String groupName)A name for the group.CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGroupRequest.BuilderCreateGroupRequest.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.CreateGroupRequest.BuilderCreateGroupRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) for the IAM role that you want to associate with the group.CreateGroupRequest.BuilderCreateGroupRequest. toBuilder()CreateGroupRequest.BuilderCreateGroupRequest.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.Builder Modifier and Type Method Description static Class<? extends CreateGroupRequest.Builder>CreateGroupRequest. serializableBuilderClass()
-