Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchStatementResponse
-
Packages that use BatchStatementResponse Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 BatchStatementResponse Modifier and Type Method Description 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 BatchStatementResponse Modifier and Type Method Description BatchExecuteStatementResponse.BuilderBatchExecuteStatementResponse.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 BatchStatementResponse Modifier and Type Method Description BatchExecuteStatementResponse.BuilderBatchExecuteStatementResponse.Builder. responses(Collection<BatchStatementResponse> responses)The response to each PartiQL statement in the batch.
-