Uses of Class
software.amazon.awssdk.services.dynamodb.model.ItemResponse
Packages that use ItemResponse
-
Uses of ItemResponse in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ItemResponseModifier and TypeMethodDescriptionfinal List<ItemResponse>ExecuteTransactionResponse.responses()The response to a PartiQL transaction.final List<ItemResponse>TransactGetItemsResponse.responses()An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ItemResponseModifier and TypeMethodDescriptionExecuteTransactionResponse.Builder.responses(ItemResponse... responses) The response to a PartiQL transaction.TransactGetItemsResponse.Builder.responses(ItemResponse... responses) An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ItemResponseModifier and TypeMethodDescriptionExecuteTransactionResponse.Builder.responses(Collection<ItemResponse> responses) The response to a PartiQL transaction.TransactGetItemsResponse.Builder.responses(Collection<ItemResponse> responses) An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.