@Value.Immutable
public interface WriteDataResponse
WriteData> operation.| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
errorDetails()
Error details if the Operation is unsuccessful.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
List<WriteRecordResult> |
writeRecordResults()
List of input records write call response with success and failure details.
|
boolean isSuccess()
@Nullable ErrorDetails errorDetails()
@Nullable List<WriteRecordResult> writeRecordResults()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.