| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
List<PendingResource> |
UngroupResourcesResponse.pending()
A list of any resources that are still in the process of being removed from the group by this operation.
|
List<PendingResource> |
GroupResourcesResponse.pending()
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.pending(PendingResource... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.pending(PendingResource... pending)
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.pending(Collection<PendingResource> pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.pending(Collection<PendingResource> pending)
A list of ARNs of any resources that this operation is still in the process adding to the group.
|
Copyright © 2023. All rights reserved.