Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticBeanstalkAsync.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler)
Deletes the draft configuration associated with the running environment.
|
Modifier and Type | Method and Description |
---|---|
DeleteEnvironmentConfigurationRequest |
DeleteEnvironmentConfigurationRequest.clone() |
DeleteEnvironmentConfigurationRequest |
DeleteEnvironmentConfigurationRequest.withApplicationName(String applicationName)
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest |
DeleteEnvironmentConfigurationRequest.withEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
Copyright © 2015. All rights reserved.