| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAppLaunchConfigurationResponse> |
SmsAsyncClient.putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)
Creates a launch configuration for an application.
|
default PutAppLaunchConfigurationResponse |
SmsClient.putAppLaunchConfiguration(Consumer<PutAppLaunchConfigurationRequest.Builder> putAppLaunchConfigurationRequest)
Creates a launch configuration for an application.
|
| Modifier and Type | Method and Description |
|---|---|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.appId(String appId)
ID of the application associated with the launch configuration.
|
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)
Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(Consumer<ServerGroupLaunchConfiguration.Builder>... serverGroupLaunchConfigurations)
Launch configurations for server groups in the application.
|
PutAppLaunchConfigurationRequest.Builder |
PutAppLaunchConfigurationRequest.Builder.serverGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
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 © 2019. All rights reserved.