|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteEnvironmentConfigurationRequest | |
---|---|
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. |
Uses of DeleteEnvironmentConfigurationRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DeleteEnvironmentConfigurationRequest | |
---|---|
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. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DeleteEnvironmentConfigurationRequest | |
---|---|
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. |
Uses of DeleteEnvironmentConfigurationRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteEnvironmentConfigurationRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |