Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.GetRecoveryPointRequest.Builder
-
Packages that use GetRecoveryPointRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of GetRecoveryPointRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type GetRecoveryPointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRecoveryPointResponse>RedshiftServerlessAsyncClient. getRecoveryPoint(Consumer<GetRecoveryPointRequest.Builder> getRecoveryPointRequest)Returns information about a recovery point.default GetRecoveryPointResponseRedshiftServerlessClient. getRecoveryPoint(Consumer<GetRecoveryPointRequest.Builder> getRecoveryPointRequest)Returns information about a recovery point. -
Uses of GetRecoveryPointRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return GetRecoveryPointRequest.Builder Modifier and Type Method Description static GetRecoveryPointRequest.BuilderGetRecoveryPointRequest. builder()GetRecoveryPointRequest.BuilderGetRecoveryPointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecoveryPointRequest.BuilderGetRecoveryPointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecoveryPointRequest.BuilderGetRecoveryPointRequest.Builder. recoveryPointId(String recoveryPointId)The unique identifier of the recovery point to return information for.GetRecoveryPointRequest.BuilderGetRecoveryPointRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type GetRecoveryPointRequest.Builder Modifier and Type Method Description static Class<? extends GetRecoveryPointRequest.Builder>GetRecoveryPointRequest. serializableBuilderClass()
-