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