Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.PutGroupConfigurationRequest.Builder
-
Packages that use PutGroupConfigurationRequest.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 PutGroupConfigurationRequest.Builder in software.amazon.awssdk.services.resourcegroups
Method parameters in software.amazon.awssdk.services.resourcegroups with type arguments of type PutGroupConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutGroupConfigurationResponse>ResourceGroupsAsyncClient. putGroupConfiguration(Consumer<PutGroupConfigurationRequest.Builder> putGroupConfigurationRequest)Attaches a service configuration to the specified group.default PutGroupConfigurationResponseResourceGroupsClient. putGroupConfiguration(Consumer<PutGroupConfigurationRequest.Builder> putGroupConfigurationRequest)Attaches a service configuration to the specified group. -
Uses of PutGroupConfigurationRequest.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return PutGroupConfigurationRequest.Builder Modifier and Type Method Description static PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest. builder()PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. configuration(Collection<GroupConfigurationItem> configuration)The new configuration to associate with the specified group.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. configuration(Consumer<GroupConfigurationItem.Builder>... configuration)The new configuration to associate with the specified group.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. configuration(GroupConfigurationItem... configuration)The new configuration to associate with the specified group.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. group(String group)The name or ARN of the resource group with the configuration that you want to update.PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutGroupConfigurationRequest.BuilderPutGroupConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type PutGroupConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutGroupConfigurationRequest.Builder>PutGroupConfigurationRequest. serializableBuilderClass()
-