Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateGroupRequest.Builder
Packages that use UpdateGroupRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateGroupRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateGroupResponse>CognitoIdentityProviderAsyncClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest) Given the name of a user pool group, updates any of the properties for precedence, IAM role, or description.default UpdateGroupResponseCognitoIdentityProviderClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest) Given the name of a user pool group, updates any of the properties for precedence, IAM role, or description. -
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateGroupRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateGroupRequest.BuilderUpdateGroupRequest.builder()UpdateGroupRequest.Builder.description(String description) A new description of the existing group.The name of the group that you want to update.UpdateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateGroupRequest.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) of an IAM role that you want to associate with the group.UpdateGroupRequest.toBuilder()UpdateGroupRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the group you want to update.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGroupRequest.Builder>UpdateGroupRequest.serializableBuilderClass()