| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLaunchConfigurationTemplateResponse> |
DrsAsyncClient.updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)
Updates an existing Launch Configuration Template by ID.
|
default UpdateLaunchConfigurationTemplateResponse |
DrsClient.updateLaunchConfigurationTemplate(Consumer<UpdateLaunchConfigurationTemplateRequest.Builder> updateLaunchConfigurationTemplateRequest)
Updates an existing Launch Configuration Template by ID.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.builder() |
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.copyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.copyTags(Boolean copyTags)
Copy tags.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.exportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.launchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch Configuration Template ID.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.launchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.launchDisposition(String launchDisposition)
Launch disposition.
|
default UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.licensing(Consumer<Licensing.Builder> licensing)
Licensing.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.licensing(Licensing licensing)
Licensing.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.Builder.targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
UpdateLaunchConfigurationTemplateRequest.Builder |
UpdateLaunchConfigurationTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLaunchConfigurationTemplateRequest.Builder> |
UpdateLaunchConfigurationTemplateRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.