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