| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GetGroupConfigurationResult |
AbstractAWSResourceGroups.getGroupConfiguration(GetGroupConfigurationRequest request) |
GetGroupConfigurationResult |
AWSResourceGroups.getGroupConfiguration(GetGroupConfigurationRequest getGroupConfigurationRequest)
Retrieves the service configuration associated with the specified resource group.
|
GetGroupConfigurationResult |
AWSResourceGroupsClient.getGroupConfiguration(GetGroupConfigurationRequest request)
Retrieves the service configuration associated with the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupConfigurationResult> |
AbstractAWSResourceGroupsAsync.getGroupConfigurationAsync(GetGroupConfigurationRequest request,
AsyncHandler<GetGroupConfigurationRequest,GetGroupConfigurationResult> asyncHandler) |
Future<GetGroupConfigurationResult> |
AWSResourceGroupsAsync.getGroupConfigurationAsync(GetGroupConfigurationRequest getGroupConfigurationRequest,
AsyncHandler<GetGroupConfigurationRequest,GetGroupConfigurationResult> asyncHandler)
Retrieves the service configuration associated with the specified resource group.
|
Future<GetGroupConfigurationResult> |
AWSResourceGroupsAsyncClient.getGroupConfigurationAsync(GetGroupConfigurationRequest request,
AsyncHandler<GetGroupConfigurationRequest,GetGroupConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGroupConfigurationResult |
GetGroupConfigurationResult.clone() |
GetGroupConfigurationResult |
GetGroupConfigurationResult.withGroupConfiguration(GroupConfiguration groupConfiguration)
A structure that describes the service configuration attached with the specified group.
|
Copyright © 2023. All rights reserved.