Uses of Class
software.amazon.awssdk.services.resourcegroups.model.PutGroupConfigurationResponse
-
Packages that use PutGroupConfigurationResponse 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. -
-
Uses of PutGroupConfigurationResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return PutGroupConfigurationResponse Modifier and Type Method Description default PutGroupConfigurationResponseResourceGroupsClient. putGroupConfiguration(Consumer<PutGroupConfigurationRequest.Builder> putGroupConfigurationRequest)Attaches a service configuration to the specified group.default PutGroupConfigurationResponseResourceGroupsClient. putGroupConfiguration(PutGroupConfigurationRequest putGroupConfigurationRequest)Attaches a service configuration to the specified group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type PutGroupConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutGroupConfigurationResponse>ResourceGroupsAsyncClient. putGroupConfiguration(Consumer<PutGroupConfigurationRequest.Builder> putGroupConfigurationRequest)Attaches a service configuration to the specified group.default CompletableFuture<PutGroupConfigurationResponse>ResourceGroupsAsyncClient. putGroupConfiguration(PutGroupConfigurationRequest putGroupConfigurationRequest)Attaches a service configuration to the specified group.
-