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