Uses of Class
software.amazon.awssdk.services.opsworks.model.ServiceError
-
Packages that use ServiceError Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ServiceError in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ServiceError Modifier and Type Method Description List<ServiceError>DescribeServiceErrorsResponse. serviceErrors()An array ofServiceErrorobjects that describe the specified service errors.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type ServiceError Modifier and Type Method Description DescribeServiceErrorsResponse.BuilderDescribeServiceErrorsResponse.Builder. serviceErrors(ServiceError... serviceErrors)An array ofServiceErrorobjects that describe the specified service errors.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type ServiceError Modifier and Type Method Description DescribeServiceErrorsResponse.BuilderDescribeServiceErrorsResponse.Builder. serviceErrors(Collection<ServiceError> serviceErrors)An array ofServiceErrorobjects that describe the specified service errors.
-