Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DeleteApplicationVersionRequest
Packages that use DeleteApplicationVersionRequest
Package
Description
-
Uses of DeleteApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DeleteApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.deleteApplicationVersion
(DeleteApplicationVersionRequest request) AWSElasticBeanstalk.deleteApplicationVersion
(DeleteApplicationVersionRequest deleteApplicationVersionRequest) Deletes the specified version from the specified application.AWSElasticBeanstalkClient.deleteApplicationVersion
(DeleteApplicationVersionRequest deleteApplicationVersionRequest) Deletes the specified version from the specified application.AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request) AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest deleteApplicationVersionRequest) Deletes the specified version from the specified application.AWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) Deletes the specified version from the specified application.AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request) AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DeleteApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) Deletes the specified version from the specified application.AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync
(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest, DeleteApplicationVersionResult> asyncHandler) -
Uses of DeleteApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteApplicationVersionRequestModifier and TypeMethodDescriptionDeleteApplicationVersionRequest.clone()
DeleteApplicationVersionRequest.withApplicationName
(String applicationName) The name of the application to delete releases from.DeleteApplicationVersionRequest.withDeleteSourceBundle
(Boolean deleteSourceBundle) Indicates whether to delete the associated source bundle from Amazon S3:DeleteApplicationVersionRequest.withVersionLabel
(String versionLabel) The label of the version to delete.