| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| 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> |
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 |
|---|---|
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 © 2021. All rights reserved.