| 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 |
|---|---|
UngroupResourcesResult |
AWSResourceGroupsClient.ungroupResources(UngroupResourcesRequest request)
Removes the specified resources from the specified group.
|
UngroupResourcesResult |
AWSResourceGroups.ungroupResources(UngroupResourcesRequest ungroupResourcesRequest)
Removes the specified resources from the specified group.
|
UngroupResourcesResult |
AbstractAWSResourceGroups.ungroupResources(UngroupResourcesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UngroupResourcesResult> |
AWSResourceGroupsAsyncClient.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> |
AbstractAWSResourceGroupsAsync.ungroupResourcesAsync(UngroupResourcesRequest request,
AsyncHandler<UngroupResourcesRequest,UngroupResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResult |
UngroupResourcesResult.clone() |
UngroupResourcesResult |
UngroupResourcesResult.withFailed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResult |
UngroupResourcesResult.withFailed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResult |
UngroupResourcesResult.withPending(Collection<PendingResource> pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResult |
UngroupResourcesResult.withPending(PendingResource... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResult |
UngroupResourcesResult.withSucceeded(Collection<String> succeeded)
A list of resources that were successfully removed from the group by this operation.
|
UngroupResourcesResult |
UngroupResourcesResult.withSucceeded(String... succeeded)
A list of resources that were successfully removed from the group by this operation.
|
Copyright © 2024. All rights reserved.