| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.addAdditionalDetailsEntry(String key,
String value)
Add a single AdditionalDetails entry
|
ErrorResponse |
ErrorResponse.clearAdditionalDetailsEntries()
Removes all the entries added into AdditionalDetails.
|
ErrorResponse |
ErrorResponse.clone() |
ErrorResponse |
ServiceSummary.getError()
Any error associated with the service resource.
|
ErrorResponse |
RouteSummary.getError()
Any error associated with the route resource.
|
ErrorResponse |
ApplicationSummary.getError()
Any error associated with the application resource.
|
ErrorResponse |
GetServiceResult.getError()
Any error associated with the service resource.
|
ErrorResponse |
GetRouteResult.getError()
Any error associated with the route resource.
|
ErrorResponse |
GetEnvironmentResult.getError()
Any error associated with the environment resource.
|
ErrorResponse |
GetApplicationResult.getError()
Any error associated with the application resource.
|
ErrorResponse |
EnvironmentSummary.getError()
Any error associated with the environment resource.
|
ErrorResponse |
ErrorResponse.withAccountId(String accountId)
The Amazon Web Services account ID of the resource owner.
|
ErrorResponse |
ErrorResponse.withAdditionalDetails(Map<String,String> additionalDetails)
Additional details about the error.
|
ErrorResponse |
ErrorResponse.withCode(ErrorCode code)
The error code associated with the error.
|
ErrorResponse |
ErrorResponse.withCode(String code)
The error code associated with the error.
|
ErrorResponse |
ErrorResponse.withMessage(String message)
The message associated with the error.
|
ErrorResponse |
ErrorResponse.withResourceIdentifier(String resourceIdentifier)
The ID of the resource.
|
ErrorResponse |
ErrorResponse.withResourceType(ErrorResourceType resourceType)
The type of resource.
|
ErrorResponse |
ErrorResponse.withResourceType(String resourceType)
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSummary.setError(ErrorResponse error)
Any error associated with the service resource.
|
void |
RouteSummary.setError(ErrorResponse error)
Any error associated with the route resource.
|
void |
ApplicationSummary.setError(ErrorResponse error)
Any error associated with the application resource.
|
void |
GetServiceResult.setError(ErrorResponse error)
Any error associated with the service resource.
|
void |
GetRouteResult.setError(ErrorResponse error)
Any error associated with the route resource.
|
void |
GetEnvironmentResult.setError(ErrorResponse error)
Any error associated with the environment resource.
|
void |
GetApplicationResult.setError(ErrorResponse error)
Any error associated with the application resource.
|
void |
EnvironmentSummary.setError(ErrorResponse error)
Any error associated with the environment resource.
|
ServiceSummary |
ServiceSummary.withError(ErrorResponse error)
Any error associated with the service resource.
|
RouteSummary |
RouteSummary.withError(ErrorResponse error)
Any error associated with the route resource.
|
ApplicationSummary |
ApplicationSummary.withError(ErrorResponse error)
Any error associated with the application resource.
|
GetServiceResult |
GetServiceResult.withError(ErrorResponse error)
Any error associated with the service resource.
|
GetRouteResult |
GetRouteResult.withError(ErrorResponse error)
Any error associated with the route resource.
|
GetEnvironmentResult |
GetEnvironmentResult.withError(ErrorResponse error)
Any error associated with the environment resource.
|
GetApplicationResult |
GetApplicationResult.withError(ErrorResponse error)
Any error associated with the application resource.
|
EnvironmentSummary |
EnvironmentSummary.withError(ErrorResponse error)
Any error associated with the environment resource.
|
Copyright © 2023. All rights reserved.