Uses of Class
software.amazon.awssdk.services.drs.model.CreateExtendedSourceServerResponse
-
Packages that use CreateExtendedSourceServerResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of CreateExtendedSourceServerResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return CreateExtendedSourceServerResponse Modifier and Type Method Description default CreateExtendedSourceServerResponseDrsClient. createExtendedSourceServer(Consumer<CreateExtendedSourceServerRequest.Builder> 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.Methods in software.amazon.awssdk.services.drs that return types with arguments of type CreateExtendedSourceServerResponse Modifier and Type Method Description default CompletableFuture<CreateExtendedSourceServerResponse>DrsAsyncClient. createExtendedSourceServer(Consumer<CreateExtendedSourceServerRequest.Builder> createExtendedSourceServerRequest)Create an extended source server in the target Account based on the source server in staging account.default CompletableFuture<CreateExtendedSourceServerResponse>DrsAsyncClient. createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)Create an extended source server in the target Account based on the source server in staging account.
-