Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.BatchGetResultPage
Packages that use BatchGetResultPage
Package
Description
-
Uses of BatchGetResultPage in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return BatchGetResultPageModifier and TypeMethodDescriptionBatchGetItemOperation.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 BatchGetResultPageMethod parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type BatchGetResultPageModifier and TypeMethodDescriptionstatic BatchGetResultPageIterableBatchGetResultPageIterable.create(SdkIterable<BatchGetResultPage> pageIterable) static BatchGetResultPagePublisherBatchGetResultPagePublisher.create(SdkPublisher<BatchGetResultPage> publisher) Creates a flattened items publisher with the underlying page publisher.