Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeTableRestoreStatusResponse
-
Packages that use DescribeTableRestoreStatusResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeTableRestoreStatusResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeTableRestoreStatusResponse Modifier and Type Method Description default DescribeTableRestoreStatusResponseRedshiftClient. describeTableRestoreStatus(Consumer<DescribeTableRestoreStatusRequest.Builder> 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeTableRestoreStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeTableRestoreStatusResponse>RedshiftAsyncClient. describeTableRestoreStatus(Consumer<DescribeTableRestoreStatusRequest.Builder> describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action.default CompletableFuture<DescribeTableRestoreStatusResponse>RedshiftAsyncClient. describeTableRestoreStatus(DescribeTableRestoreStatusRequest describeTableRestoreStatusRequest)Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. -
Uses of DescribeTableRestoreStatusResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeTableRestoreStatusResponse Modifier and Type Method Description Iterator<DescribeTableRestoreStatusResponse>DescribeTableRestoreStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeTableRestoreStatusResponse Modifier and Type Method Description voidDescribeTableRestoreStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTableRestoreStatusResponse> subscriber)
-