|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateApplicationRequest | |
---|---|
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 UpdateApplicationRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type UpdateApplicationRequest | |
---|---|
UpdateApplicationResult |
AWSElasticBeanstalkClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties. |
UpdateApplicationResult |
AWSElasticBeanstalk.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties. |
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties. |
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties. |
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties. |
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationRequest | |
---|---|
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties. |
Future<UpdateApplicationResult> |
AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties. |
Uses of UpdateApplicationRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationRequest | |
---|---|
UpdateApplicationRequest |
UpdateApplicationRequest.withApplicationName(String applicationName)
The name of the application to update. |
UpdateApplicationRequest |
UpdateApplicationRequest.withDescription(String description)
A new description for the application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |