| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedResource> |
UngroupResourcesResponse.failed()
A list of any resources that failed to be removed from the group by this operation.
|
List<FailedResource> |
GroupResourcesResponse.failed()
A list of ARNs of any resources that failed to be added to the group by this operation.
|
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.failed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(FailedResource... failed)
A list of ARNs of any resources that failed to be added to the group by this operation.
|
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.failed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(Collection<FailedResource> failed)
A list of ARNs of any resources that failed to be added to the group by this operation.
|
Copyright © 2023. All rights reserved.