Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementResponse
Packages that use BatchStatementResponse
-
Uses of BatchStatementResponse in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchStatementResponseModifier and TypeMethodDescriptionfinal List<BatchStatementResponse>BatchExecuteStatementResponse.responses()The response to each PartiQL statement in the batch.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BatchStatementResponseModifier and TypeMethodDescriptionBatchExecuteStatementResponse.Builder.responses(BatchStatementResponse... responses) The response to each PartiQL statement in the batch.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BatchStatementResponseModifier and TypeMethodDescriptionBatchExecuteStatementResponse.Builder.responses(Collection<BatchStatementResponse> responses) The response to each PartiQL statement in the batch.