Uses of Interface
software.amazon.awssdk.services.drs.model.StopFailbackRequest.Builder
-
Packages that use StopFailbackRequest.Builder Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.model -
-
Uses of StopFailbackRequest.Builder in software.amazon.awssdk.services.drs
Method parameters in software.amazon.awssdk.services.drs with type arguments of type StopFailbackRequest.Builder Modifier and Type Method Description default CompletableFuture<StopFailbackResponse>DrsAsyncClient. stopFailback(Consumer<StopFailbackRequest.Builder> stopFailbackRequest)Stops the failback process for a specified Recovery Instance.default StopFailbackResponseDrsClient. stopFailback(Consumer<StopFailbackRequest.Builder> stopFailbackRequest)Stops the failback process for a specified Recovery Instance. -
Uses of StopFailbackRequest.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return StopFailbackRequest.Builder Modifier and Type Method Description static StopFailbackRequest.BuilderStopFailbackRequest. builder()StopFailbackRequest.BuilderStopFailbackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopFailbackRequest.BuilderStopFailbackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopFailbackRequest.BuilderStopFailbackRequest.Builder. recoveryInstanceID(String recoveryInstanceID)The ID of the Recovery Instance we want to stop failback for.StopFailbackRequest.BuilderStopFailbackRequest. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type StopFailbackRequest.Builder Modifier and Type Method Description static Class<? extends StopFailbackRequest.Builder>StopFailbackRequest. serializableBuilderClass()
-