Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GetGroupConfigurationRequest.Builder
-
Packages that use GetGroupConfigurationRequest.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 GetGroupConfigurationRequest.Builder in software.amazon.awssdk.services.resourcegroups
Method parameters in software.amazon.awssdk.services.resourcegroups with type arguments of type GetGroupConfigurationRequest.Builder 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 GetGroupConfigurationResponseResourceGroupsClient. getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)Retrieves the service configuration associated with the specified resource group. -
Uses of GetGroupConfigurationRequest.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GetGroupConfigurationRequest.Builder Modifier and Type Method Description static GetGroupConfigurationRequest.BuilderGetGroupConfigurationRequest. builder()GetGroupConfigurationRequest.BuilderGetGroupConfigurationRequest.Builder. group(String group)The name or the ARN of the resource group for which you want to retrive the service configuration.GetGroupConfigurationRequest.BuilderGetGroupConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupConfigurationRequest.BuilderGetGroupConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGroupConfigurationRequest.BuilderGetGroupConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GetGroupConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetGroupConfigurationRequest.Builder>GetGroupConfigurationRequest. serializableBuilderClass()
-