| 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 |
|---|---|
Future<GetGroupConfigurationResult> |
AWSResourceGroupsAsyncClient.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> |
AbstractAWSResourceGroupsAsync.getGroupConfigurationAsync(GetGroupConfigurationRequest request,
AsyncHandler<GetGroupConfigurationRequest,GetGroupConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGroupConfigurationRequest |
GetGroupConfigurationRequest.clone() |
GetGroupConfigurationRequest |
GetGroupConfigurationRequest.withGroup(String group)
The name or the ARN of the resource group for which you want to retrive the service configuration.
|
Copyright © 2024. All rights reserved.