Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationRequest
Packages that use CreateApplicationRequest
Package
Description
-
Uses of CreateApplicationRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateApplicationRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.createApplication
(CreateApplicationRequest request) AWSElasticBeanstalk.createApplication
(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefault
and no application versions.AWSElasticBeanstalkClient.createApplication
(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefault
and no application versions.AbstractAWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest request) AbstractAWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) AWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefault
and no application versions.AWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) Creates an application that has one configuration template nameddefault
and no application versions.AWSElasticBeanstalkAsyncClient.createApplicationAsync
(CreateApplicationRequest request) AWSElasticBeanstalkAsyncClient.createApplicationAsync
(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) AWSElasticBeanstalkAsync.createApplicationAsync
(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) Creates an application that has one configuration template nameddefault
and no application versions.AWSElasticBeanstalkAsyncClient.createApplicationAsync
(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) -
Uses of CreateApplicationRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationRequestModifier and TypeMethodDescriptionCreateApplicationRequest.clone()
CreateApplicationRequest.withApplicationName
(String applicationName) The name of the application.CreateApplicationRequest.withDescription
(String description) Describes the application.