| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncErrorDetails |
AsyncErrorDetails.clone() |
AsyncErrorDetails |
AsyncResponseDetails.getErrorDetails()
Error details for an asynchronous request.
|
AsyncErrorDetails |
AsyncErrorDetails.withCode(String code)
A string that uniquely identifies the error condition.
|
AsyncErrorDetails |
AsyncErrorDetails.withMessage(String message)
A generic description of the error condition in English.
|
AsyncErrorDetails |
AsyncErrorDetails.withRequestId(String requestId)
The ID of the request associated with the error.
|
AsyncErrorDetails |
AsyncErrorDetails.withResource(String resource)
The identifier of the resource associated with the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncResponseDetails.setErrorDetails(AsyncErrorDetails errorDetails)
Error details for an asynchronous request.
|
AsyncResponseDetails |
AsyncResponseDetails.withErrorDetails(AsyncErrorDetails errorDetails)
Error details for an asynchronous request.
|
Copyright © 2022. All rights reserved.