Package | Description |
---|---|
com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonAutoScalingClient.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified LaunchConfiguration.
|
void |
AmazonAutoScaling.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified LaunchConfiguration.
|
Future<Void> |
AmazonAutoScalingAsync.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified LaunchConfiguration.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified LaunchConfiguration.
|
Future<Void> |
AmazonAutoScalingAsync.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest,
AsyncHandler<DeleteLaunchConfigurationRequest,Void> asyncHandler)
Deletes the specified LaunchConfiguration.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest,
AsyncHandler<DeleteLaunchConfigurationRequest,Void> asyncHandler)
Deletes the specified LaunchConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonAutoScalingAsync.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest,
AsyncHandler<DeleteLaunchConfigurationRequest,Void> asyncHandler)
Deletes the specified LaunchConfiguration.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest,
AsyncHandler<DeleteLaunchConfigurationRequest,Void> asyncHandler)
Deletes the specified LaunchConfiguration.
|
Modifier and Type | Method and Description |
---|---|
DeleteLaunchConfigurationRequest |
DeleteLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
Copyright © 2014. All rights reserved.