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

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

Methods in com.amazonaws.services.elasticbeanstalk that return CreateApplicationVersionResult
 CreateApplicationVersionResult AWSElasticBeanstalkClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
           Creates an application version for the specified application.
 CreateApplicationVersionResult AWSElasticBeanstalk.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
           Creates an application version for the specified application.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type CreateApplicationVersionResult
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
           Creates an application version for the specified application.
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
           Creates an application version for the specified application.
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
           Creates an application version for the specified application.
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
           Creates an application version for the specified application.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationVersionResult
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
           Creates an application version for the specified application.
 Future<CreateApplicationVersionResult> AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
           Creates an application version for the specified application.
 

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationVersionResult
 CreateApplicationVersionResult CreateApplicationVersionResult.withApplicationVersion(ApplicationVersionDescription applicationVersion)
          The ApplicationVersionDescription of the application version.
 



Copyright © 2016. All rights reserved.