Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceError> |
DescribeServiceErrorsResult.getServiceErrors()
An array of
ServiceError objects that describe the
specified service errors. |
Modifier and Type | Method and Description |
---|---|
DescribeServiceErrorsResult |
DescribeServiceErrorsResult.withServiceErrors(ServiceError... serviceErrors)
An array of
ServiceError objects that describe the
specified service errors. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.