| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn |
The Application Migration Service service.
|
| software.amazon.awssdk.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLaunchConfigurationTemplateResponse> |
MgnAsyncClient.createLaunchConfigurationTemplate(Consumer<CreateLaunchConfigurationTemplateRequest.Builder> createLaunchConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
default CreateLaunchConfigurationTemplateResponse |
MgnClient.createLaunchConfigurationTemplate(Consumer<CreateLaunchConfigurationTemplateRequest.Builder> createLaunchConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.builder() |
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.postLaunchActions(PostLaunchActions postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.Builder.tags(Map<String,String> tags)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
CreateLaunchConfigurationTemplateRequest.Builder |
CreateLaunchConfigurationTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLaunchConfigurationTemplateRequest.Builder> |
CreateLaunchConfigurationTemplateRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.