Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeTableRestoreStatusRequest
-
Packages that use DescribeTableRestoreStatusRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform -
-
Uses of DescribeTableRestoreStatusRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeTableRestoreStatusRequest Modifier and Type Method Description default CompletableFuture<DescribeTableRestoreStatusResponse>RedshiftAsyncClient. describeTableRestoreStatus(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action.default DescribeTableRestoreStatusResponseRedshiftClient. describeTableRestoreStatus(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action.default DescribeTableRestoreStatusPublisherRedshiftAsyncClient. describeTableRestoreStatusPaginator(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action.default DescribeTableRestoreStatusIterableRedshiftClient. describeTableRestoreStatusPaginator(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. -
Uses of DescribeTableRestoreStatusRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type DescribeTableRestoreStatusRequest Constructor Description DescribeTableRestoreStatusIterable(RedshiftClient client, DescribeTableRestoreStatusRequest firstRequest)DescribeTableRestoreStatusPublisher(RedshiftAsyncClient client, DescribeTableRestoreStatusRequest firstRequest) -
Uses of DescribeTableRestoreStatusRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeTableRestoreStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTableRestoreStatusRequestMarshaller. marshall(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)
-