Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListExportsRequest
Packages that use ListExportsRequest
Package
Description
-
Uses of ListExportsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListExportsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListExportsResponse>DynamoDbAsyncClient.listExports(ListExportsRequest listExportsRequest) Lists completed exports within the past 90 days, in reverse alphanumeric order ofExportArn.default ListExportsResponseDynamoDbClient.listExports(ListExportsRequest listExportsRequest) Lists completed exports within the past 90 days, in reverse alphanumeric order ofExportArn.default ListExportsPublisherDynamoDbAsyncClient.listExportsPaginator(ListExportsRequest listExportsRequest) This is a variant ofDynamoDbAsyncClient.listExports(software.amazon.awssdk.services.dynamodb.model.ListExportsRequest)operation.default ListExportsIterableDynamoDbClient.listExportsPaginator(ListExportsRequest listExportsRequest) This is a variant ofDynamoDbClient.listExports(software.amazon.awssdk.services.dynamodb.model.ListExportsRequest)operation. -
Uses of ListExportsRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ListExportsRequestModifierConstructorDescriptionListExportsIterable(DynamoDbClient client, ListExportsRequest firstRequest) ListExportsPublisher(DynamoDbAsyncClient client, ListExportsRequest firstRequest) -
Uses of ListExportsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ListExportsRequestModifier and TypeMethodDescriptionListExportsRequestMarshaller.marshall(ListExportsRequest listExportsRequest)