|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateApplicationVersionRequest | |
---|---|
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 UpdateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type UpdateApplicationVersionRequest | |
---|---|
UpdateApplicationVersionResult |
AWSElasticBeanstalkClient.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties. |
UpdateApplicationVersionResult |
AWSElasticBeanstalk.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties. |
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties. |
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties. |
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified properties. |
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified properties. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationVersionRequest | |
---|---|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified properties. |
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified properties. |
Uses of UpdateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationVersionRequest | |
---|---|
UpdateApplicationVersionRequest |
UpdateApplicationVersionRequest.withApplicationName(String applicationName)
The name of the application associated with this version. |
UpdateApplicationVersionRequest |
UpdateApplicationVersionRequest.withDescription(String description)
A new description for this release. |
UpdateApplicationVersionRequest |
UpdateApplicationVersionRequest.withVersionLabel(String versionLabel)
The name of the version to update. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |