Uses of Interface
software.amazon.awssdk.services.drs.model.CreateExtendedSourceServerRequest.Builder
-
Packages that use CreateExtendedSourceServerRequest.Builder Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.model -
-
Uses of CreateExtendedSourceServerRequest.Builder in software.amazon.awssdk.services.drs
Method parameters in software.amazon.awssdk.services.drs with type arguments of type CreateExtendedSourceServerRequest.Builder 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 CreateExtendedSourceServerResponseDrsClient. createExtendedSourceServer(Consumer<CreateExtendedSourceServerRequest.Builder> createExtendedSourceServerRequest)Create an extended source server in the target Account based on the source server in staging account. -
Uses of CreateExtendedSourceServerRequest.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return CreateExtendedSourceServerRequest.Builder Modifier and Type Method Description static CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest. builder()CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest.Builder. sourceServerArn(String sourceServerArn)This defines the ARN of the source server in staging Account based on which you want to create an extended source server.CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest.Builder. tags(Map<String,String> tags)A list of tags associated with the extended source server.CreateExtendedSourceServerRequest.BuilderCreateExtendedSourceServerRequest. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type CreateExtendedSourceServerRequest.Builder Modifier and Type Method Description static Class<? extends CreateExtendedSourceServerRequest.Builder>CreateExtendedSourceServerRequest. serializableBuilderClass()
-