Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListExportsRequest
-
Packages that use ListExportsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.transform -
-
Uses of ListExportsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListExportsRequest Modifier and Type Method Description default CompletableFuture<ListExportsResponse>DynamoDbAsyncClient. listExports(ListExportsRequest listExportsRequest)Lists completed exports within the past 90 days.default ListExportsResponseDynamoDbClient. listExports(ListExportsRequest listExportsRequest)Lists completed exports within the past 90 days.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 ListExportsRequest Constructor Description ListExportsIterable(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 ListExportsRequest Modifier and Type Method Description SdkHttpFullRequestListExportsRequestMarshaller. marshall(ListExportsRequest listExportsRequest)
-