Uses of Class
software.amazon.awssdk.services.dynamodb.model.DynamoDbStreamsRequest
-
Packages that use DynamoDbStreamsRequest Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.streams.internal -
-
Uses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.model
Subclasses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.model Modifier and Type Class Description class
DescribeStreamRequest
Represents the input of aDescribeStream
operation.class
GetRecordsRequest
Represents the input of aGetRecords
operation.class
GetShardIteratorRequest
Represents the input of aGetShardIterator
operation.class
ListStreamsRequest
Represents the input of aListStreams
operation.Methods in software.amazon.awssdk.services.dynamodb.model that return DynamoDbStreamsRequest Modifier and Type Method Description DynamoDbStreamsRequest
DynamoDbStreamsRequest.Builder. build()
Constructors in software.amazon.awssdk.services.dynamodb.model with parameters of type DynamoDbStreamsRequest Constructor Description BuilderImpl(DynamoDbStreamsRequest request)
-
Uses of DynamoDbStreamsRequest in software.amazon.awssdk.services.dynamodb.streams.internal
Methods in software.amazon.awssdk.services.dynamodb.streams.internal with type parameters of type DynamoDbStreamsRequest Modifier and Type Method Description static <T extends DynamoDbStreamsRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)
static <T extends DynamoDbStreamsRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier)
-