Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.GetRecoveryPointResponse
-
Packages that use GetRecoveryPointResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of GetRecoveryPointResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return GetRecoveryPointResponse Modifier and Type Method Description default GetRecoveryPointResponseRedshiftServerlessClient. getRecoveryPoint(Consumer<GetRecoveryPointRequest.Builder> getRecoveryPointRequest)Returns information about a recovery point.default GetRecoveryPointResponseRedshiftServerlessClient. getRecoveryPoint(GetRecoveryPointRequest getRecoveryPointRequest)Returns information about a recovery point.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type GetRecoveryPointResponse Modifier and Type Method Description default CompletableFuture<GetRecoveryPointResponse>RedshiftServerlessAsyncClient. getRecoveryPoint(Consumer<GetRecoveryPointRequest.Builder> getRecoveryPointRequest)Returns information about a recovery point.default CompletableFuture<GetRecoveryPointResponse>RedshiftServerlessAsyncClient. getRecoveryPoint(GetRecoveryPointRequest getRecoveryPointRequest)Returns information about a recovery point.
-