| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceError |
ResourceError.clone() |
ResourceError |
ResourceError.withLogicalResourceId(String logicalResourceId)
This is the identifier of the resource.
|
ResourceError |
ResourceError.withPhysicalResourceId(String physicalResourceId)
This is the 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 © 2022. All rights reserved.