Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteApplicationVersionResult> |
AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
Deletes the specified version from the specified application.
|
Future<DeleteApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler) |
Future<DeleteApplicationVersionResult> |
AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationVersionRequest |
DeleteApplicationVersionRequest.clone() |
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:
|
DeleteApplicationVersionRequest |
DeleteApplicationVersionRequest.withVersionLabel(String versionLabel)
The label of the version to delete.
|
Copyright © 2018. All rights reserved.