Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DeleteApplicationResult
Packages that use DeleteApplicationResult
Package
Description
-
Uses of DeleteApplicationResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return DeleteApplicationResultModifier 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.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type DeleteApplicationResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.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 DeleteApplicationResultModifier 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 DeleteApplicationResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteApplicationResult