Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationResult
Packages that use CreateApplicationResult
Package
Description
-
Uses of CreateApplicationResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return CreateApplicationResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.createApplication(CreateApplicationRequest request) AWSElasticBeanstalk.createApplication(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefaultand no application versions.AWSElasticBeanstalkClient.createApplication(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefaultand no application versions.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type CreateApplicationResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest request) AbstractAWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) AWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest) Creates an application that has one configuration template nameddefaultand no application versions.AWSElasticBeanstalkAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest, CreateApplicationResult> asyncHandler) Creates an application that has one configuration template nameddefaultand 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 CreateApplicationResultModifier 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 nameddefaultand no application versions.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 CreateApplicationResultModifier and TypeMethodDescriptionCreateApplicationResult.clone()CreateApplicationResult.withApplication(ApplicationDescription application) The ApplicationDescription of the application.