| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
FailedResource |
FailedResource.clone() |
FailedResource |
FailedResource.withErrorCode(String errorCode)
The error code associated with the failure.
|
FailedResource |
FailedResource.withErrorMessage(String errorMessage)
The error message text associated with the failure.
|
FailedResource |
FailedResource.withResourceArn(String resourceArn)
The ARN of the resource that failed to be added or removed.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedResource> |
UngroupResourcesResult.getFailed()
A list of any resources that failed to be removed from the group by this operation.
|
List<FailedResource> |
GroupResourcesResult.getFailed()
A list of ARNs of any resources that this operation failed to add to the group.
|
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResult |
UngroupResourcesResult.withFailed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
|
GroupResourcesResult |
GroupResourcesResult.withFailed(FailedResource... failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UngroupResourcesResult.setFailed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
|
void |
GroupResourcesResult.setFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
UngroupResourcesResult |
UngroupResourcesResult.withFailed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
|
GroupResourcesResult |
GroupResourcesResult.withFailed(Collection<FailedResource> failed)
A list of ARNs of any resources that this operation failed to add to the group.
|
Copyright © 2023. All rights reserved.