Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
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.
|
void |
AbstractAWSElasticBeanstalk.deleteApplicationVersion(DeleteApplicationVersionRequest request) |
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request) |
Future<Void> |
AWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler) |
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 request,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler) |
Future<Void> |
AbstractAWSElasticBeanstalkAsync.deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler) |
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.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 © 2015. All rights reserved.