| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupConfigurationResponse> |
ResourceGroupsAsyncClient.getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)
Retrieves the service configuration associated with the specified resource group.
|
default GetGroupConfigurationResponse |
ResourceGroupsClient.getGroupConfiguration(Consumer<GetGroupConfigurationRequest.Builder> getGroupConfigurationRequest)
Retrieves the service configuration associated with the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGroupConfigurationRequest.Builder |
GetGroupConfigurationRequest.builder() |
GetGroupConfigurationRequest.Builder |
GetGroupConfigurationRequest.Builder.group(String group)
The name or the ARN of the resource group for which you want to retrive the service configuration.
|
GetGroupConfigurationRequest.Builder |
GetGroupConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGroupConfigurationRequest.Builder |
GetGroupConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGroupConfigurationRequest.Builder |
GetGroupConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGroupConfigurationRequest.Builder> |
GetGroupConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.