| 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<UngroupResourcesResult> |
AbstractAWSResourceGroupsAsync.ungroupResourcesAsync(UngroupResourcesRequest request,
AsyncHandler<UngroupResourcesRequest,UngroupResourcesResult> asyncHandler) |
Future<UngroupResourcesResult> |
AWSResourceGroupsAsync.ungroupResourcesAsync(UngroupResourcesRequest ungroupResourcesRequest,
AsyncHandler<UngroupResourcesRequest,UngroupResourcesResult> asyncHandler)
Removes the specified resources from the specified group.
|
Future<UngroupResourcesResult> |
AWSResourceGroupsAsyncClient.ungroupResourcesAsync(UngroupResourcesRequest request,
AsyncHandler<UngroupResourcesRequest,UngroupResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesRequest |
UngroupResourcesRequest.clone() |
UngroupResourcesRequest |
UngroupResourcesRequest.withGroup(String group)
The name or the ARN of the resource group from which to remove the resources.
|
UngroupResourcesRequest |
UngroupResourcesRequest.withResourceArns(Collection<String> resourceArns)
The ARNs of the resources to be removed from the group.
|
UngroupResourcesRequest |
UngroupResourcesRequest.withResourceArns(String... resourceArns)
The ARNs of the resources to be removed from the group.
|
Copyright © 2023. All rights reserved.