Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DeleteApplicationVersionRequest

Packages that use DeleteApplicationVersionRequest
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 DeleteApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DeleteApplicationVersionRequest
 void AWSElasticBeanstalkClient.deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
           Deletes the specified version from the specified application.
 void AWSElasticBeanstalk.deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
           Deletes the specified version from the specified application.
 Future<Void> AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
           Deletes the specified version from the specified application.
 Future<Void> AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
           Deletes the specified version from the specified application.
 Future<Void> AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
           Deletes the specified version from the specified application.
 Future<Void> AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
           Deletes the specified version from the specified application.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DeleteApplicationVersionRequest
 Future<Void> AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
           Deletes the specified version from the specified application.
 Future<Void> AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
           Deletes the specified version from the specified application.
 

Uses of DeleteApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteApplicationVersionRequest
 DeleteApplicationVersionRequest DeleteApplicationVersionRequest.withApplicationName(String applicationName)
          The name of the application to delete releases from.
 DeleteApplicationVersionRequest DeleteApplicationVersionRequest.withDeleteSourceBundle(Boolean deleteSourceBundle)
          Indicates whether to delete the associated source bundle from Amazon S3: true: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation.
 DeleteApplicationVersionRequest DeleteApplicationVersionRequest.withVersionLabel(String versionLabel)
          The label of the version to delete.
 



Copyright © 2016. All rights reserved.