Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
-
Packages that use BatchGetItemResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators -
-
Uses of BatchGetItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return BatchGetItemResponse Modifier and Type Method Description default BatchGetItemResponseDynamoDbClient. batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemResponseDynamoDbClient. batchGetItem(BatchGetItemRequest batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type BatchGetItemResponse 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 CompletableFuture<BatchGetItemResponse>DynamoDbAsyncClient. batchGetItem(BatchGetItemRequest batchGetItemRequest)TheBatchGetItemoperation returns the attributes of one or more items from one or more tables. -
Uses of BatchGetItemResponse in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type BatchGetItemResponse Modifier and Type Method Description Iterator<BatchGetItemResponse>BatchGetItemIterable. iterator()Method parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type BatchGetItemResponse Modifier and Type Method Description voidBatchGetItemPublisher. subscribe(org.reactivestreams.Subscriber<? super BatchGetItemResponse> subscriber)
-