Uses of Class
com.amazonaws.services.opsworks.model.ServiceError
-
Packages that use ServiceError Package Description com.amazonaws.services.opsworks.model -
-
Uses of ServiceError in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ServiceError Modifier and Type Method Description ServiceError
ServiceError. clone()
ServiceError
ServiceError. withCreatedAt(String createdAt)
When the error occurred.ServiceError
ServiceError. withInstanceId(String instanceId)
The instance ID.ServiceError
ServiceError. withMessage(String message)
A message that describes the error.ServiceError
ServiceError. withServiceErrorId(String serviceErrorId)
The error ID.ServiceError
ServiceError. withStackId(String stackId)
The stack ID.ServiceError
ServiceError. withType(String type)
The error type.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type ServiceError Modifier and Type Method Description List<ServiceError>
DescribeServiceErrorsResult. getServiceErrors()
An array ofServiceError
objects that describe the specified service errors.Methods in com.amazonaws.services.opsworks.model with parameters of type ServiceError Modifier and Type Method Description DescribeServiceErrorsResult
DescribeServiceErrorsResult. withServiceErrors(ServiceError... serviceErrors)
An array ofServiceError
objects that describe the specified service errors.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type ServiceError Modifier and Type Method Description void
DescribeServiceErrorsResult. setServiceErrors(Collection<ServiceError> serviceErrors)
An array ofServiceError
objects that describe the specified service errors.DescribeServiceErrorsResult
DescribeServiceErrorsResult. withServiceErrors(Collection<ServiceError> serviceErrors)
An array ofServiceError
objects that describe the specified service errors.
-