Uses of Class
software.amazon.awssdk.services.redshift.model.TableRestoreNotFoundException
-
Packages that use TableRestoreNotFoundException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of TableRestoreNotFoundException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw TableRestoreNotFoundException 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.default DescribeTableRestoreStatusIterableRedshiftClient. describeTableRestoreStatusPaginator(Consumer<DescribeTableRestoreStatusRequest.Builder> 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.
-