Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest.Builder
-
Packages that use BatchGetItemRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of BatchGetItemRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type BatchGetItemRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetItemResponse>DynamoDbAsyncClient. batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemResponseDynamoDbClient. batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemPublisherDynamoDbAsyncClient. batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemIterableDynamoDbClient. batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables. -
Uses of BatchGetItemRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchGetItemRequest.Builder Modifier and Type Method Description static BatchGetItemRequest.BuilderBatchGetItemRequest. builder()BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. requestItems(Map<String,KeysAndAttributes> requestItems)A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. returnConsumedCapacity(String returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.BatchGetItemRequest.BuilderBatchGetItemRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchGetItemRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetItemRequest.Builder>BatchGetItemRequest. serializableBuilderClass()
-