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

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

Methods in com.amazonaws.services.elasticbeanstalk that return CreateApplicationResult
 CreateApplicationResult AWSElasticBeanstalkClient.createApplication(CreateApplicationRequest createApplicationRequest)
           Creates an application that has one configuration template named default and no application versions.
 CreateApplicationResult AWSElasticBeanstalk.createApplication(CreateApplicationRequest createApplicationRequest)
           Creates an application that has one configuration template named default and no application versions.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type CreateApplicationResult
 Future<CreateApplicationResult> AWSElasticBeanstalkAsyncClient.createApplicationAsync(CreateApplicationRequest createApplicationRequest)
           Creates an application that has one configuration template named default and no application versions.
 Future<CreateApplicationResult> AWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest)
           Creates an application that has one configuration template named default and no application versions.
 Future<CreateApplicationResult> AWSElasticBeanstalkAsyncClient.createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
           Creates an application that has one configuration template named default and no application versions.
 Future<CreateApplicationResult> AWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
           Creates an application that has one configuration template named default and no application versions.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationResult
 Future<CreateApplicationResult> AWSElasticBeanstalkAsyncClient.createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
           Creates an application that has one configuration template named default and no application versions.
 Future<CreateApplicationResult> AWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
           Creates an application that has one configuration template named default and no application versions.
 

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationResult
 CreateApplicationResult CreateApplicationResult.withApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 



Copyright © 2016. All rights reserved.