Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExecuteStatementResponse
Packages that use ExecuteStatementResponse
-
Uses of ExecuteStatementResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ExecuteStatementResponseModifier and TypeMethodDescriptiondefault ExecuteStatementResponseDynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteStatementResponseDynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ExecuteStatementResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.DynamoDbAsyncClient.executeStatement(ExecuteStatementRequest executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.