|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateApplicationRequest | |
---|---|
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 CreateApplicationRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateApplicationRequest | |
---|---|
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. |
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 CreateApplicationRequest | |
---|---|
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 CreateApplicationRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationRequest | |
---|---|
CreateApplicationRequest |
CreateApplicationRequest.withApplicationName(String applicationName)
The name of the application. |
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
Describes the application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |