Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.RestoreFromRecoveryPointRequest
-
Packages that use RestoreFromRecoveryPointRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of RestoreFromRecoveryPointRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type RestoreFromRecoveryPointRequest Modifier and Type Method Description default CompletableFuture<RestoreFromRecoveryPointResponse>RedshiftServerlessAsyncClient. restoreFromRecoveryPoint(RestoreFromRecoveryPointRequest restoreFromRecoveryPointRequest)Restore the data from a recovery point.default RestoreFromRecoveryPointResponseRedshiftServerlessClient. restoreFromRecoveryPoint(RestoreFromRecoveryPointRequest restoreFromRecoveryPointRequest)Restore the data from a recovery point. -
Uses of RestoreFromRecoveryPointRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type RestoreFromRecoveryPointRequest Modifier and Type Method Description SdkHttpFullRequestRestoreFromRecoveryPointRequestMarshaller. marshall(RestoreFromRecoveryPointRequest restoreFromRecoveryPointRequest)
-