Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListImportsRequest
-
Packages that use ListImportsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators software.amazon.awssdk.services.dynamodb.transform -
-
Uses of ListImportsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListImportsRequest Modifier and Type Method Description default CompletableFuture<ListImportsResponse>DynamoDbAsyncClient. listImports(ListImportsRequest listImportsRequest)Lists completed imports within the past 90 days.default ListImportsResponseDynamoDbClient. listImports(ListImportsRequest listImportsRequest)Lists completed imports within the past 90 days.default ListImportsPublisherDynamoDbAsyncClient. listImportsPaginator(ListImportsRequest listImportsRequest)Lists completed imports within the past 90 days.default ListImportsIterableDynamoDbClient. listImportsPaginator(ListImportsRequest listImportsRequest)Lists completed imports within the past 90 days. -
Uses of ListImportsRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ListImportsRequest Constructor Description ListImportsIterable(DynamoDbClient client, ListImportsRequest firstRequest)ListImportsPublisher(DynamoDbAsyncClient client, ListImportsRequest firstRequest) -
Uses of ListImportsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ListImportsRequest Modifier and Type Method Description SdkHttpFullRequestListImportsRequestMarshaller. marshall(ListImportsRequest listImportsRequest)
-