Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListTableRestoreStatusResponse
-
Packages that use ListTableRestoreStatusResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ListTableRestoreStatusResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListTableRestoreStatusResponse Modifier and Type Method Description default ListTableRestoreStatusResponseRedshiftServerlessClient. listTableRestoreStatus(Consumer<ListTableRestoreStatusRequest.Builder> listTableRestoreStatusRequest)Returns information about an array ofTableRestoreStatusobjects.default ListTableRestoreStatusResponseRedshiftServerlessClient. listTableRestoreStatus(ListTableRestoreStatusRequest listTableRestoreStatusRequest)Returns information about an array ofTableRestoreStatusobjects.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListTableRestoreStatusResponse Modifier and Type Method Description default CompletableFuture<ListTableRestoreStatusResponse>RedshiftServerlessAsyncClient. listTableRestoreStatus(Consumer<ListTableRestoreStatusRequest.Builder> listTableRestoreStatusRequest)Returns information about an array ofTableRestoreStatusobjects.default CompletableFuture<ListTableRestoreStatusResponse>RedshiftServerlessAsyncClient. listTableRestoreStatus(ListTableRestoreStatusRequest listTableRestoreStatusRequest)Returns information about an array ofTableRestoreStatusobjects. -
Uses of ListTableRestoreStatusResponse in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ListTableRestoreStatusResponse Modifier and Type Method Description Iterator<ListTableRestoreStatusResponse>ListTableRestoreStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftserverless.paginators with type arguments of type ListTableRestoreStatusResponse Modifier and Type Method Description voidListTableRestoreStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTableRestoreStatusResponse> subscriber)
-