Uses of Class
software.amazon.awssdk.services.drs.model.CreateExtendedSourceServerRequest
-
Packages that use CreateExtendedSourceServerRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of CreateExtendedSourceServerRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type CreateExtendedSourceServerRequest Modifier and Type Method Description default CompletableFuture<CreateExtendedSourceServerResponse>DrsAsyncClient. createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)Create an extended source server in the target Account based on the source server in staging account.default CreateExtendedSourceServerResponseDrsClient. createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)Create an extended source server in the target Account based on the source server in staging account. -
Uses of CreateExtendedSourceServerRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type CreateExtendedSourceServerRequest Modifier and Type Method Description SdkHttpFullRequestCreateExtendedSourceServerRequestMarshaller. marshall(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)
-