| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ErrorDetail.withErrorCode(ErrorCode errorCode)
A brief description of the error.
|
ErrorDetail |
ErrorDetail.withErrorCode(String errorCode)
A brief description of the error.
|
ErrorDetail |
ErrorDetail.withErrorMessage(String errorMessage)
A more complete description of the error.
|
ErrorDetail |
ErrorDetail.withResourceIds(Collection<String> resourceIds)
An optional field that contains the resource IDs associated with the error.
|
ErrorDetail |
ErrorDetail.withResourceIds(String... resourceIds)
An optional field that contains the resource IDs associated with the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
Update.getErrors()
Any errors associated with a
Failed update. |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.withErrors(ErrorDetail... errors)
Any errors associated with a
Failed update. |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setErrors(Collection<ErrorDetail> errors)
Any errors associated with a
Failed update. |
Update |
Update.withErrors(Collection<ErrorDetail> errors)
Any errors associated with a
Failed update. |
Copyright © 2021. All rights reserved.