| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationError |
GetRecommendationError.clone() |
GetRecommendationError |
GetRecommendationError.withCode(String code)
The error code.
|
GetRecommendationError |
GetRecommendationError.withIdentifier(String identifier)
The ID of the error.
|
GetRecommendationError |
GetRecommendationError.withMessage(String message)
The message, or reason, for the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<GetRecommendationError> |
GetEBSVolumeRecommendationsResult.getErrors()
An array of objects that describe errors of the request.
|
List<GetRecommendationError> |
GetAutoScalingGroupRecommendationsResult.getErrors()
An array of objects that describe errors of the request.
|
List<GetRecommendationError> |
GetEC2InstanceRecommendationsResult.getErrors()
An array of objects that describe errors of the request.
|
| Modifier and Type | Method and Description |
|---|---|
GetEBSVolumeRecommendationsResult |
GetEBSVolumeRecommendationsResult.withErrors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
GetAutoScalingGroupRecommendationsResult |
GetAutoScalingGroupRecommendationsResult.withErrors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
GetEC2InstanceRecommendationsResult |
GetEC2InstanceRecommendationsResult.withErrors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEBSVolumeRecommendationsResult.setErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
void |
GetAutoScalingGroupRecommendationsResult.setErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
void |
GetEC2InstanceRecommendationsResult.setErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetEBSVolumeRecommendationsResult |
GetEBSVolumeRecommendationsResult.withErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetAutoScalingGroupRecommendationsResult |
GetAutoScalingGroupRecommendationsResult.withErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetEC2InstanceRecommendationsResult |
GetEC2InstanceRecommendationsResult.withErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
Copyright © 2022. All rights reserved.