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