Uses of Class
com.amazonaws.services.opsworks.model.ServiceError
Packages that use ServiceError
-
Uses of ServiceError in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ServiceErrorModifier and TypeMethodDescriptionServiceError.clone()
ServiceError.withCreatedAt
(String createdAt) When the error occurred.ServiceError.withInstanceId
(String instanceId) The instance ID.ServiceError.withMessage
(String message) A message that describes the error.ServiceError.withServiceErrorId
(String serviceErrorId) The error ID.ServiceError.withStackId
(String stackId) The stack ID.The error type.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type ServiceErrorModifier and TypeMethodDescriptionDescribeServiceErrorsResult.getServiceErrors()
An array ofServiceError
objects that describe the specified service errors.Methods in com.amazonaws.services.opsworks.model with parameters of type ServiceErrorModifier and TypeMethodDescriptionDescribeServiceErrorsResult.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 ServiceErrorModifier and TypeMethodDescriptionvoid
DescribeServiceErrorsResult.setServiceErrors
(Collection<ServiceError> serviceErrors) An array ofServiceError
objects that describe the specified service errors.DescribeServiceErrorsResult.withServiceErrors
(Collection<ServiceError> serviceErrors) An array ofServiceError
objects that describe the specified service errors.