Uses of Class
software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest
Packages that use GetRecordsRequest
Package
Description
-
Uses of GetRecordsRequest in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams with parameters of type GetRecordsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetRecordsResponse>DynamoDbStreamsAsyncClient.getRecords(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.default GetRecordsResponseDynamoDbStreamsClient.getRecords(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard. -
Uses of GetRecordsRequest in software.amazon.awssdk.services.dynamodb.streams.transform
Methods in software.amazon.awssdk.services.dynamodb.streams.transform with parameters of type GetRecordsRequestModifier and TypeMethodDescriptionGetRecordsRequestMarshaller.marshall(GetRecordsRequest getRecordsRequest)