| 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 |
|---|---|
void |
AWSElasticBeanstalkClient.deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
void |
AWSElasticBeanstalk.deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationVersionRequest |
DeleteApplicationVersionRequest.withApplicationName(String applicationName)
The name of the application to delete releases from.
|
DeleteApplicationVersionRequest |
DeleteApplicationVersionRequest.withDeleteSourceBundle(Boolean deleteSourceBundle)
Indicates whether to delete the associated source bundle from Amazon
S3:
true: An attempt is made to delete the
associated Amazon S3 source bundle specified at time of creation. |
DeleteApplicationVersionRequest |
DeleteApplicationVersionRequest.withVersionLabel(String versionLabel)
The label of the version to delete.
|
Copyright © 2015. All rights reserved.