Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationResult
-
Packages that use CreateApplicationResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of CreateApplicationResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return CreateApplicationResult Modifier and Type Method Description CreateApplicationResultAbstractAWSElasticBeanstalk. createApplication(CreateApplicationRequest request)CreateApplicationResultAWSElasticBeanstalk. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.CreateApplicationResultAWSElasticBeanstalkClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application that has one configuration template nameddefaultand no application versions.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationResult Modifier and Type Method Description Future<CreateApplicationResult>AbstractAWSElasticBeanstalkAsync. createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)Future<CreateApplicationResult>AWSElasticBeanstalkAsync. createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)Creates an application that has one configuration template nameddefaultand no application versions.Future<CreateApplicationResult>AWSElasticBeanstalkAsyncClient. createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) -
Uses of CreateApplicationResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationResult Modifier and Type Method Description CreateApplicationResultCreateApplicationResult. clone()CreateApplicationResultCreateApplicationResult. withApplication(ApplicationDescription application)The ApplicationDescription of the application.
-