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.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions
and configurations.
|
void |
AWSElasticBeanstalk.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions
and configurations.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions
and configurations.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions
and configurations.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions
and configurations.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions
and configurations.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions
and configurations.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions
and configurations.
|
Modifier and Type | Method and Description |
---|---|
DeleteApplicationRequest |
DeleteApplicationRequest.withApplicationName(String applicationName)
The name of the application to delete.
|
DeleteApplicationRequest |
DeleteApplicationRequest.withTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before
deleting the application.
|
Copyright © 2014. All rights reserved.