Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.BatchGetResultPage
-
Packages that use BatchGetResultPage Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of BatchGetResultPage in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return BatchGetResultPage Modifier and Type Method Description BatchGetResultPageBatchGetItemOperation. transformResponse(BatchGetItemResponse response, DynamoDbEnhancedClientExtension extension) -
Uses of BatchGetResultPage in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return BatchGetResultPage Modifier and Type Method Description BatchGetResultPageBatchGetResultPage.Builder. build()Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type BatchGetResultPage Modifier and Type Method Description static BatchGetResultPageIterableBatchGetResultPageIterable. create(SdkIterable<BatchGetResultPage> pageIterable)static BatchGetResultPagePublisherBatchGetResultPagePublisher. create(SdkPublisher<BatchGetResultPage> publisher)Creates a flattened items publisher with the underlying page publisher.
-