Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.UpdateGroupRequest.Builder
-
Packages that use UpdateGroupRequest.Builder Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags.software.amazon.awssdk.services.resourcegroups.model -
-
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.resourcegroups
Method parameters in software.amazon.awssdk.services.resourcegroups with type arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>ResourceGroupsAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the description for an existing group.default UpdateGroupResponseResourceGroupsClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the description for an existing group. -
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return UpdateGroupRequest.Builder Modifier and Type Method Description static UpdateGroupRequest.BuilderUpdateGroupRequest. builder()UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. criticality(Integer criticality)The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. description(String description)The new description that you want to update the resource group with.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. displayName(String displayName)The name of the application group, which you can change at any time.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. group(String group)The name or the ARN of the resource group to update.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. groupName(String groupName)Deprecated.This field is deprecated, use Group instead.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. owner(String owner)A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.UpdateGroupRequest.BuilderUpdateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGroupRequest.Builder>UpdateGroupRequest. serializableBuilderClass()
-