Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DeleteApplicationRequest
Packages that use DeleteApplicationRequest
Package
Description
-
Uses of DeleteApplicationRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DeleteApplicationRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.deleteApplication(DeleteApplicationRequest request) AWSElasticBeanstalk.deleteApplication(DeleteApplicationRequest deleteApplicationRequest) Deletes the specified application along with all associated versions and configurations.AWSElasticBeanstalkClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest) Deletes the specified application along with all associated versions and configurations.AbstractAWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest request) AbstractAWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest) Deletes the specified application along with all associated versions and configurations.AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) Deletes the specified application along with all associated versions and configurations.AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest request) AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DeleteApplicationRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) AWSElasticBeanstalkAsync.deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) Deletes the specified application along with all associated versions and configurations.AWSElasticBeanstalkAsyncClient.deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest, DeleteApplicationResult> asyncHandler) -
Uses of DeleteApplicationRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteApplicationRequestModifier and TypeMethodDescriptionDeleteApplicationRequest.clone()DeleteApplicationRequest.withApplicationName(String applicationName) The name of the application to delete.DeleteApplicationRequest.withTerminateEnvByForce(Boolean terminateEnvByForce) When set to true, running environments will be terminated before deleting the application.