| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutGroupConfigurationResult> |
AWSResourceGroupsAsyncClient.putGroupConfigurationAsync(PutGroupConfigurationRequest request,
AsyncHandler<PutGroupConfigurationRequest,PutGroupConfigurationResult> asyncHandler) |
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.
|
| 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 © 2021. All rights reserved.