Uses of Class
software.amazon.awssdk.services.dynamodb.model.TransactGetItem
-
Packages that use TransactGetItem Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TransactGetItem in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TransactGetItem Modifier and Type Method Description List<TransactGetItem>TransactGetItemsRequest. transactItems()An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TransactGetItem Modifier and Type Method Description TransactGetItemsRequest.BuilderTransactGetItemsRequest.Builder. transactItems(TransactGetItem... transactItems)An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TransactGetItem Modifier and Type Method Description TransactGetItemsRequest.BuilderTransactGetItemsRequest.Builder. transactItems(Collection<TransactGetItem> transactItems)An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.
-