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 ServiceErrorServiceError. clone()ServiceErrorServiceError. withCreatedAt(String createdAt)When the error occurred.ServiceErrorServiceError. withInstanceId(String instanceId)The instance ID.ServiceErrorServiceError. withMessage(String message)A message that describes the error.ServiceErrorServiceError. withServiceErrorId(String serviceErrorId)The error ID.ServiceErrorServiceError. withStackId(String stackId)The stack ID.ServiceErrorServiceError. 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 ofServiceErrorobjects that describe the specified service errors.Methods in com.amazonaws.services.opsworks.model with parameters of type ServiceError Modifier and Type Method Description DescribeServiceErrorsResultDescribeServiceErrorsResult. withServiceErrors(ServiceError... serviceErrors)An array ofServiceErrorobjects 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 voidDescribeServiceErrorsResult. setServiceErrors(Collection<ServiceError> serviceErrors)An array ofServiceErrorobjects that describe the specified service errors.DescribeServiceErrorsResultDescribeServiceErrorsResult. withServiceErrors(Collection<ServiceError> serviceErrors)An array ofServiceErrorobjects that describe the specified service errors.
-