Uses of Class
software.amazon.awssdk.services.redshift.model.TableRestoreStatus
-
Packages that use TableRestoreStatus Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of TableRestoreStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return TableRestoreStatus Modifier and Type Method Description TableRestoreStatusRestoreTableFromClusterSnapshotResponse. tableRestoreStatus()Returns the value of the TableRestoreStatus property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type TableRestoreStatus Modifier and Type Method Description List<TableRestoreStatus>DescribeTableRestoreStatusResponse. tableRestoreStatusDetails()A list of status details for one or more table restore requests.Methods in software.amazon.awssdk.services.redshift.model with parameters of type TableRestoreStatus Modifier and Type Method Description RestoreTableFromClusterSnapshotResponse.BuilderRestoreTableFromClusterSnapshotResponse.Builder. tableRestoreStatus(TableRestoreStatus tableRestoreStatus)Sets the value of the TableRestoreStatus property for this object.DescribeTableRestoreStatusResponse.BuilderDescribeTableRestoreStatusResponse.Builder. tableRestoreStatusDetails(TableRestoreStatus... tableRestoreStatusDetails)A list of status details for one or more table restore requests.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type TableRestoreStatus Modifier and Type Method Description DescribeTableRestoreStatusResponse.BuilderDescribeTableRestoreStatusResponse.Builder. tableRestoreStatusDetails(Collection<TableRestoreStatus> tableRestoreStatusDetails)A list of status details for one or more table restore requests. -
Uses of TableRestoreStatus in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type TableRestoreStatus Modifier and Type Method Description SdkIterable<TableRestoreStatus>DescribeTableRestoreStatusIterable. tableRestoreStatusDetails()Returns an iterable to iterate through the paginatedDescribeTableRestoreStatusResponse.tableRestoreStatusDetails()member.SdkPublisher<TableRestoreStatus>DescribeTableRestoreStatusPublisher. tableRestoreStatusDetails()Returns a publisher that can be used to get a stream of data.
-