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