Uses of Class
com.amazonaws.services.opsworks.model.ServiceError

Packages that use ServiceError
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of ServiceError in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return ServiceError
 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
 List<ServiceError> DescribeServiceErrorsResult.getServiceErrors()
          An array of ServiceError objects that describe the specified service errors.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type ServiceError
 DescribeServiceErrorsResult DescribeServiceErrorsResult.withServiceErrors(ServiceError... serviceErrors)
          An array of ServiceError objects that describe the specified service errors.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type ServiceError
 void DescribeServiceErrorsResult.setServiceErrors(Collection<ServiceError> serviceErrors)
          An array of ServiceError objects that describe the specified service errors.
 DescribeServiceErrorsResult DescribeServiceErrorsResult.withServiceErrors(Collection<ServiceError> serviceErrors)
          An array of ServiceError objects that describe the specified service errors.
 



Copyright © 2016. All rights reserved.