Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSElasticBeanstalkClient.deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running
environment.
|
void |
AWSElasticBeanstalk.deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running
environment.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running
environment.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running
environment.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler)
Deletes the draft configuration associated with the running
environment.
|
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 |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler)
Deletes the draft configuration associated with the running
environment.
|
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.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 © 2014. All rights reserved.