Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetGroupConfigurationResponse
-
Packages that use GetGroupConfigurationResponse 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 GetGroupConfigurationResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GetGroupConfigurationResponse Modifier and Type Method Description default GetGroupConfigurationResponseResourceGroupsClient. getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)Retrieves the service configuration associated with the specified resource group.default GetGroupConfigurationResponseResourceGroupsClient. getGroupConfiguration(GetGroupConfigurationRequest getGroupConfigurationRequest)Retrieves the service configuration associated with the specified resource group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GetGroupConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetGroupConfigurationResponse>ResourceGroupsAsyncClient. getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)Retrieves the service configuration associated with the specified resource group.default CompletableFuture<GetGroupConfigurationResponse>ResourceGroupsAsyncClient. getGroupConfiguration(GetGroupConfigurationRequest getGroupConfigurationRequest)Retrieves the service configuration associated with the specified resource group.
-