Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TransactGetItemsRequest.Builder
Packages that use TransactGetItemsRequest.Builder
Package
Description
-
Uses of TransactGetItemsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type TransactGetItemsRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactGetItemsResponseDynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. -
Uses of TransactGetItemsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TransactGetItemsRequest.BuilderModifier and TypeMethodDescriptionTransactGetItemsRequest.builder()TransactGetItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TransactGetItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TransactGetItemsRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.TransactGetItemsRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.TransactGetItemsRequest.toBuilder()TransactGetItemsRequest.Builder.transactItems(Collection<TransactGetItem> transactItems) An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.TransactGetItemsRequest.Builder.transactItems(Consumer<TransactGetItem.Builder>... transactItems) An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.TransactGetItemsRequest.Builder.transactItems(TransactGetItem... transactItems) An ordered array of up to 100TransactGetItemobjects, each of which contains aGetstructure.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TransactGetItemsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransactGetItemsRequest.Builder>TransactGetItemsRequest.serializableBuilderClass()