| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReadOperationResponse |
BatchReadOperationResponse.clone() |
BatchReadOperationResponse |
BatchReadOperationResponse.withExceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
|
BatchReadOperationResponse |
BatchReadOperationResponse.withSuccessfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchReadOperationResponse> |
BatchReadResult.getResponses()
A list of all the responses for each batch read.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReadResult |
BatchReadResult.withResponses(BatchReadOperationResponse... responses)
A list of all the responses for each batch read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadResult.setResponses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
|
BatchReadResult |
BatchReadResult.withResponses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
|
Copyright © 2020. All rights reserved.