Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationVersionResult
-
Packages that use CreateApplicationVersionResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of CreateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return CreateApplicationVersionResult Modifier and Type Method Description CreateApplicationVersionResult
AbstractAWSElasticBeanstalk. createApplicationVersion(CreateApplicationVersionRequest request)
CreateApplicationVersionResult
AWSElasticBeanstalk. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.CreateApplicationVersionResult
AWSElasticBeanstalkClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationVersionResult Modifier and Type Method Description Future<CreateApplicationVersionResult>
AbstractAWSElasticBeanstalkAsync. createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Future<CreateApplicationVersionResult>
AWSElasticBeanstalkAsync. createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application.Future<CreateApplicationVersionResult>
AWSElasticBeanstalkAsyncClient. createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
-
Uses of CreateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationVersionResult Modifier and Type Method Description CreateApplicationVersionResult
CreateApplicationVersionResult. clone()
CreateApplicationVersionResult
CreateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
-