| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAppLaunchConfigurationResponse> |
SmsAsyncClient.getAppLaunchConfiguration(Consumer<GetAppLaunchConfigurationRequest.Builder> getAppLaunchConfigurationRequest)
Retrieves the application launch configuration associated with an application.
|
default GetAppLaunchConfigurationResponse |
SmsClient.getAppLaunchConfiguration(Consumer<GetAppLaunchConfigurationRequest.Builder> getAppLaunchConfigurationRequest)
Retrieves the application launch configuration associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppLaunchConfigurationRequest.Builder |
GetAppLaunchConfigurationRequest.Builder.appId(String appId)
ID of the application launch configuration.
|
static GetAppLaunchConfigurationRequest.Builder |
GetAppLaunchConfigurationRequest.builder() |
GetAppLaunchConfigurationRequest.Builder |
GetAppLaunchConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAppLaunchConfigurationRequest.Builder |
GetAppLaunchConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAppLaunchConfigurationRequest.Builder |
GetAppLaunchConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAppLaunchConfigurationRequest.Builder> |
GetAppLaunchConfigurationRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.