| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
default PutAppLaunchConfigurationResponse |
SmsClient.putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)
Creates or updates the launch configuration for the specified application.
|
default CompletableFuture<PutAppLaunchConfigurationResponse> |
SmsAsyncClient.putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)
Creates or updates the launch configuration for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.appId(String appId)
The ID of the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.autoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
static PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.builder() |
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.roleName(String roleName)
The name of service role in the customer's account that CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
Information about the launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAppLaunchConfigurationRequest.Builder> |
PutAppLaunchConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.