| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceError |
ResourceError.clone() |
ResourceError |
ResourceError.withLogicalResourceId(String logicalResourceId)
Identifier of the logical resource.
|
ResourceError |
ResourceError.withPhysicalResourceId(String physicalResourceId)
Identifier of the physical resource.
|
ResourceError |
ResourceError.withReason(String reason)
This is the error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceError> |
ResourceErrorsDetails.getResourceErrors()
A list of errors retrieving an application's resources.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceErrorsDetails |
ResourceErrorsDetails.withResourceErrors(ResourceError... resourceErrors)
A list of errors retrieving an application's resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceErrorsDetails.setResourceErrors(Collection<ResourceError> resourceErrors)
A list of errors retrieving an application's resources.
|
ResourceErrorsDetails |
ResourceErrorsDetails.withResourceErrors(Collection<ResourceError> resourceErrors)
A list of errors retrieving an application's resources.
|
Copyright © 2025. All rights reserved.