| 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<PutGroupConfigurationResult> |
AbstractAWSResourceGroupsAsync.putGroupConfigurationAsync(PutGroupConfigurationRequest request,
AsyncHandler<PutGroupConfigurationRequest,PutGroupConfigurationResult> asyncHandler) |
Future<PutGroupConfigurationResult> |
AWSResourceGroupsAsync.putGroupConfigurationAsync(PutGroupConfigurationRequest putGroupConfigurationRequest,
AsyncHandler<PutGroupConfigurationRequest,PutGroupConfigurationResult> asyncHandler)
Attaches a service configuration to the specified group.
|
Future<PutGroupConfigurationResult> |
AWSResourceGroupsAsyncClient.putGroupConfigurationAsync(PutGroupConfigurationRequest request,
AsyncHandler<PutGroupConfigurationRequest,PutGroupConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.clone() |
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.withConfiguration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group.
|
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.withConfiguration(GroupConfigurationItem... configuration)
The new configuration to associate with the specified group.
|
PutGroupConfigurationRequest |
PutGroupConfigurationRequest.withGroup(String group)
The name or ARN of the resource group with the configuration that you want to update.
|
Copyright © 2023. All rights reserved.