Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
UpdateApplicationRequest.withApplicationName(String applicationName)
The name of the application to update.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withDescription(String description)
A new description for the application.
|
Copyright © 2014. All rights reserved.