| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
PendingResource |
PendingResource.clone() |
PendingResource |
PendingResource.withResourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource that's in a pending state.
|
| Modifier and Type | Method and Description |
|---|---|
List<PendingResource> |
UngroupResourcesResult.getPending()
A list of any resources that are still in the process of being removed from the group by this operation.
|
List<PendingResource> |
GroupResourcesResult.getPending()
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
GroupResourcesResult |
GroupResourcesResult.withPending(PendingResource... pending)
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UngroupResourcesResult.setPending(Collection<PendingResource> pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
void |
GroupResourcesResult.setPending(Collection<PendingResource> pending)
A list of ARNs of any resources that are still in the process of being added to 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.
|
GroupResourcesResult |
GroupResourcesResult.withPending(Collection<PendingResource> pending)
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
Copyright © 2022. All rights reserved.