Uses of Class
software.amazon.awssdk.services.dynamodb.model.BatchGetItemResponse
Packages that use BatchGetItemResponse
Package
Description
-
Uses of BatchGetItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return BatchGetItemResponseModifier and TypeMethodDescriptiondefault 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 BatchGetItemResponseModifier and TypeMethodDescriptiondefault 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 BatchGetItemResponseMethod parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type BatchGetItemResponseModifier and TypeMethodDescriptionvoidBatchGetItemPublisher.subscribe(org.reactivestreams.Subscriber<? super BatchGetItemResponse> subscriber)