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 CreateApplicationResult
AbstractAWSElasticBeanstalk. createApplication(CreateApplicationRequest request)
CreateApplicationResult
AWSElasticBeanstalk. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application that has one configuration template nameddefault
and no application versions.CreateApplicationResult
AWSElasticBeanstalkClient. createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application that has one configuration template nameddefault
and 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 nameddefault
and 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 CreateApplicationResult
CreateApplicationResult. clone()
CreateApplicationResult
CreateApplicationResult. withApplication(ApplicationDescription application)
The ApplicationDescription of the application.
-