@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSElasticBeanstalkAsyncClient extends AWSElasticBeanstalkClient implements AWSElasticBeanstalkAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.
For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.
Endpoints
For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Constructor and Description |
---|
AWSElasticBeanstalkAsyncClient()
Deprecated.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
Deprecated.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
|
AWSElasticBeanstalkAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
abortEnvironmentUpdate, abortEnvironmentUpdate, applyEnvironmentManagedAction, builder, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createPlatformVersion, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, deletePlatformVersion, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, describePlatformVersion, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, listPlatformVersions, listTagsForResource, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationResourceLifecycle, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, updateTagsForResource, validateConfigurationSettings
addRequestHandler, addRequestHandler, configureRegion, getEndpointPrefix, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abortEnvironmentUpdate, abortEnvironmentUpdate, applyEnvironmentManagedAction, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createPlatformVersion, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, deletePlatformVersion, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, describePlatformVersion, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, listPlatformVersions, listTagsForResource, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, setEndpoint, setRegion, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationResourceLifecycle, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, updateTagsForResource, validateConfigurationSettings
@Deprecated public AWSElasticBeanstalkAsyncClient()
AWSElasticBeanstalkAsyncClientBuilder.defaultClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
@Deprecated public AWSElasticBeanstalkAsyncClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
clientConfiguration
- The client configuration options controlling how this client connects to Elastic Beanstalk (ex: proxy
settings, retry counts, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.public static AWSElasticBeanstalkAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request)
AWSElasticBeanstalkAsync
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
AWSElasticBeanstalkAsync
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync()
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest)
public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest, com.amazonaws.handlers.AsyncHandler)
public Future<ApplyEnvironmentManagedActionResult> applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request)
AWSElasticBeanstalkAsync
Applies a scheduled managed action immediately. A managed action can be applied only if its status is
Scheduled
. Get the status and action ID of a managed action with
DescribeEnvironmentManagedActions.
applyEnvironmentManagedActionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to execute a scheduled managed action immediately.public Future<ApplyEnvironmentManagedActionResult> applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResult> asyncHandler)
AWSElasticBeanstalkAsync
Applies a scheduled managed action immediately. A managed action can be applied only if its status is
Scheduled
. Get the status and action ID of a managed action with
DescribeEnvironmentManagedActions.
applyEnvironmentManagedActionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to execute a scheduled managed action immediately.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request)
AWSElasticBeanstalkAsync
Checks if the specified CNAME is available.
checkDNSAvailabilityAsync
in interface AWSElasticBeanstalkAsync
request
- Results message indicating whether a CNAME is available.public Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request, AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
AWSElasticBeanstalkAsync
Checks if the specified CNAME is available.
checkDNSAvailabilityAsync
in interface AWSElasticBeanstalkAsync
request
- Results message indicating whether a CNAME is available.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest request)
AWSElasticBeanstalkAsync
Create or update a group of environments that each run a separate component of a single application. Takes a list
of version labels that specify application source bundles for each of the environments to create or update. The
name of each environment and other required information must be included in the source bundles in an environment
manifest named env.yaml
. See Compose
Environments for details.
composeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create or update a group of environments.public Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest,ComposeEnvironmentsResult> asyncHandler)
AWSElasticBeanstalkAsync
Create or update a group of environments that each run a separate component of a single application. Takes a list
of version labels that specify application source bundles for each of the environments to create or update. The
name of each environment and other required information must be included in the source bundles in an environment
manifest named env.yaml
. See Compose
Environments for details.
composeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create or update a group of environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSElasticBeanstalkAsync
Creates an application that has one configuration template named default
and no application
versions.
createApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create an application.public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates an application that has one configuration template named default
and no application
versions.
createApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:
Specify a commit in an AWS CodeCommit repository with SourceBuildInformation
.
Specify a build in an AWS CodeBuild with SourceBuildInformation
and BuildConfiguration
.
Specify a source bundle in S3 with SourceBundle
Omit both SourceBuildInformation
and SourceBundle
to use the default sample
application.
Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.
createApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
public Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:
Specify a commit in an AWS CodeCommit repository with SourceBuildInformation
.
Specify a build in an AWS CodeBuild with SourceBuildInformation
and BuildConfiguration
.
Specify a source bundle in S3 with SourceBundle
Omit both SourceBuildInformation
and SourceBundle
to use the default sample
application.
Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.
createApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
createConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a configuration template.public Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request, AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
createConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Launches an environment for the specified application using the specified configuration.
createEnvironmentAsync
in interface AWSElasticBeanstalkAsync
public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Launches an environment for the specified application using the specified configuration.
createEnvironmentAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePlatformVersionResult> createPlatformVersionAsync(CreatePlatformVersionRequest request)
AWSElasticBeanstalkAsync
Create a new version of your custom platform.
createPlatformVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a new platform version.public Future<CreatePlatformVersionResult> createPlatformVersionAsync(CreatePlatformVersionRequest request, AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Create a new version of your custom platform.
createPlatformVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a new platform version.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest request)
AWSElasticBeanstalkAsync
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
public Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest request, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStorageLocationResult> createStorageLocationAsync()
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
createStorageLocationAsync(CreateStorageLocationRequest)
public Future<CreateStorageLocationResult> createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
createStorageLocationAsync(CreateStorageLocationRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSElasticBeanstalkAsync
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
You cannot delete an application that has a running environment.
deleteApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application.public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
You cannot delete an application that has a running environment.
deleteApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment.
deleteApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application version.public Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment.
deleteApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application version.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
deleteConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a configuration template.public Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request, AsyncHandler<DeleteConfigurationTemplateRequest,DeleteConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
deleteConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request)
AWSElasticBeanstalkAsync
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a draft configuration set. You can get the
draft configuration using DescribeConfigurationSettings while the update is in progress or if the update
fails. The DeploymentStatus
for the draft configuration indicates whether the deployment is in
process or has failed. The draft configuration remains in existence until it is deleted with this action.
deleteEnvironmentConfigurationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a draft environment configuration.public Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request, AsyncHandler<DeleteEnvironmentConfigurationRequest,DeleteEnvironmentConfigurationResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a draft configuration set. You can get the
draft configuration using DescribeConfigurationSettings while the update is in progress or if the update
fails. The DeploymentStatus
for the draft configuration indicates whether the deployment is in
process or has failed. The draft configuration remains in existence until it is deleted with this action.
deleteEnvironmentConfigurationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a draft environment configuration.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePlatformVersionResult> deletePlatformVersionAsync(DeletePlatformVersionRequest request)
AWSElasticBeanstalkAsync
Deletes the specified version of a custom platform.
deletePlatformVersionAsync
in interface AWSElasticBeanstalkAsync
public Future<DeletePlatformVersionResult> deletePlatformVersionAsync(DeletePlatformVersionRequest request, AsyncHandler<DeletePlatformVersionRequest,DeletePlatformVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified version of a custom platform.
deletePlatformVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request)
AWSElasticBeanstalkAsync
Retrieve a list of application versions.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe application versions.public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request, AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrieve a list of application versions.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe application versions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync()
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest)
public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
public Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request)
AWSElasticBeanstalkAsync
Returns the descriptions of existing applications.
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more applications.public Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns the descriptions of existing applications.
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more applications.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeApplicationsResult> describeApplicationsAsync()
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationsAsync(DescribeApplicationsRequest)
public Future<DescribeApplicationsResult> describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationsAsync(DescribeApplicationsRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request)
AWSElasticBeanstalkAsync
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
describeConfigurationOptionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of application version descriptions.public Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
describeConfigurationOptionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of application version descriptions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request)
AWSElasticBeanstalkAsync
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
describeConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing all of the configuration settings for a specified solution stack or
configuration template.public Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request, AsyncHandler<DescribeConfigurationSettingsRequest,DescribeConfigurationSettingsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
describeConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing all of the configuration settings for a specified solution stack or
configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request)
AWSElasticBeanstalkAsync
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.public Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request, AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentManagedActionHistoryResult> describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request)
AWSElasticBeanstalkAsync
Lists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list completed and failed managed actions.public Future<DescribeEnvironmentManagedActionHistoryResult> describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request, AsyncHandler<DescribeEnvironmentManagedActionHistoryRequest,DescribeEnvironmentManagedActionHistoryResult> asyncHandler)
AWSElasticBeanstalkAsync
Lists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list completed and failed managed actions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentManagedActionsResult> describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request)
AWSElasticBeanstalkAsync
Lists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list an environment's upcoming and in-progress managed actions.public Future<DescribeEnvironmentManagedActionsResult> describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request, AsyncHandler<DescribeEnvironmentManagedActionsRequest,DescribeEnvironmentManagedActionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Lists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list an environment's upcoming and in-progress managed actions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request)
AWSElasticBeanstalkAsync
Returns AWS resources for this environment.
describeEnvironmentResourcesAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe the resources in an environment.public Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request, AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns AWS resources for this environment.
describeEnvironmentResourcesAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe the resources in an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request)
AWSElasticBeanstalkAsync
Returns descriptions for existing environments.
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more environments.public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns descriptions for existing environments.
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync()
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
describeEnvironmentsAsync(DescribeEnvironmentsRequest)
public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
describeEnvironmentsAsync(DescribeEnvironmentsRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AWSElasticBeanstalkAsync
Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken
.
describeEventsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve a list of events for an environment.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken
.
describeEventsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve a list of events for an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEventsResult> describeEventsAsync()
describeEventsAsync
in interface AWSElasticBeanstalkAsync
describeEventsAsync(DescribeEventsRequest)
public Future<DescribeEventsResult> describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
describeEventsAsync
in interface AWSElasticBeanstalkAsync
describeEventsAsync(DescribeEventsRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request)
AWSElasticBeanstalkAsync
Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.
describeInstancesHealthAsync
in interface AWSElasticBeanstalkAsync
request
- Parameters for a call to DescribeInstancesHealth
.public Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.
describeInstancesHealthAsync
in interface AWSElasticBeanstalkAsync
request
- Parameters for a call to DescribeInstancesHealth
.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePlatformVersionResult> describePlatformVersionAsync(DescribePlatformVersionRequest request)
AWSElasticBeanstalkAsync
Describes the version of the platform.
describePlatformVersionAsync
in interface AWSElasticBeanstalkAsync
public Future<DescribePlatformVersionResult> describePlatformVersionAsync(DescribePlatformVersionRequest request, AsyncHandler<DescribePlatformVersionRequest,DescribePlatformVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Describes the version of the platform.
describePlatformVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request, AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync()
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest)
public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
public Future<ListPlatformVersionsResult> listPlatformVersionsAsync(ListPlatformVersionsRequest request)
AWSElasticBeanstalkAsync
Lists the available platforms.
listPlatformVersionsAsync
in interface AWSElasticBeanstalkAsync
public Future<ListPlatformVersionsResult> listPlatformVersionsAsync(ListPlatformVersionsRequest request, AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Lists the available platforms.
listPlatformVersionsAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSElasticBeanstalkAsync
Returns the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.
Currently, Elastic Beanstalk only supports tagging Elastic Beanstalk environments.
listTagsForResourceAsync
in interface AWSElasticBeanstalkAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.
Currently, Elastic Beanstalk only supports tagging Elastic Beanstalk environments.
listTagsForResourceAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request)
AWSElasticBeanstalkAsync
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
rebuildEnvironmentAsync
in interface AWSElasticBeanstalkAsync
public Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
rebuildEnvironmentAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request)
AWSElasticBeanstalkAsync
Initiates a request to compile the specified type of information of the deployed environment.
Setting the InfoType
to tail
compiles the last lines from the application server log
files of every Amazon EC2 instance in your environment.
Setting the InfoType
to bundle
compresses the application server log files for every
Amazon EC2 instance into a .zip
file. Legacy and .NET containers do not support bundle logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
requestEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.public Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsync
Initiates a request to compile the specified type of information of the deployed environment.
Setting the InfoType
to tail
compiles the last lines from the application server log
files of every Amazon EC2 instance in your environment.
Setting the InfoType
to bundle
compresses the application server log files for every
Amazon EC2 instance into a .zip
file. Legacy and .NET containers do not support bundle logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
requestEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request)
AWSElasticBeanstalkAsync
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync
in interface AWSElasticBeanstalkAsync
public Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
AWSElasticBeanstalkAsync
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request)
AWSElasticBeanstalkAsync
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to download logs retrieved with RequestEnvironmentInfo.public Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to download logs retrieved with RequestEnvironmentInfo.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request)
AWSElasticBeanstalkAsync
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
request
- Swaps the CNAMEs of two environments.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request, AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
AWSElasticBeanstalkAsync
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
request
- Swaps the CNAMEs of two environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync()
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest)
public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest, com.amazonaws.handlers.AsyncHandler)
public Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Terminates the specified environment.
terminateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to terminate an environment.public Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Terminates the specified environment.
terminateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to terminate an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AWSElasticBeanstalkAsync
Updates the specified application to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear
these properties, specify an empty string.
updateApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an application.public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified application to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear
these properties, specify an empty string.
updateApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApplicationResourceLifecycleResult> updateApplicationResourceLifecycleAsync(UpdateApplicationResourceLifecycleRequest request)
AWSElasticBeanstalkAsync
Modifies lifecycle settings for an application.
updateApplicationResourceLifecycleAsync
in interface AWSElasticBeanstalkAsync
public Future<UpdateApplicationResourceLifecycleResult> updateApplicationResourceLifecycleAsync(UpdateApplicationResourceLifecycleRequest request, AsyncHandler<UpdateApplicationResourceLifecycleRequest,UpdateApplicationResourceLifecycleResult> asyncHandler)
AWSElasticBeanstalkAsync
Modifies lifecycle settings for an application.
updateApplicationResourceLifecycleAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Updates the specified application version to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear
properties, specify an empty string.
updateApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
public Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified application version to have the specified properties.
If a property (for example, description
) is not provided, the value remains unchanged. To clear
properties, specify an empty string.
updateApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Updates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName
) is not provided, its value remains unchanged. To clear
such properties, specify an empty string.
Related Topics
updateConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- The result message containing the options for the specified solution stack.public Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName
) is not provided, its value remains unchanged. To clear
such properties, specify an empty string.
Related Topics
updateConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- The result message containing the options for the specified solution stack.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an
InvalidParameterCombination
error.
When updating the configuration settings to a new template or individual settings, a draft configuration is
created and DescribeConfigurationSettings for this environment returns two setting descriptions with
different DeploymentStatus
values.
updateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an environment.public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an
InvalidParameterCombination
error.
When updating the configuration settings to a new template or individual settings, a draft configuration is
created and DescribeConfigurationSettings for this environment returns two setting descriptions with
different DeploymentStatus
values.
updateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTagsForResourceResult> updateTagsForResourceAsync(UpdateTagsForResourceRequest request)
AWSElasticBeanstalkAsync
Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed:
TagsToAdd
for tags to add or update, and TagsToRemove
.
Currently, Elastic Beanstalk only supports tagging of Elastic Beanstalk environments.
updateTagsForResourceAsync
in interface AWSElasticBeanstalkAsync
public Future<UpdateTagsForResourceResult> updateTagsForResourceAsync(UpdateTagsForResourceRequest request, AsyncHandler<UpdateTagsForResourceRequest,UpdateTagsForResourceResult> asyncHandler)
AWSElasticBeanstalkAsync
Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed:
TagsToAdd
for tags to add or update, and TagsToRemove
.
Currently, Elastic Beanstalk only supports tagging of Elastic Beanstalk environments.
updateTagsForResourceAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request)
AWSElasticBeanstalkAsync
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
validateConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- A list of validation messages for a specified configuration template.public Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request, AsyncHandler<ValidateConfigurationSettingsRequest,ValidateConfigurationSettingsResult> asyncHandler)
AWSElasticBeanstalkAsync
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
validateConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- A list of validation messages for a specified configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSElasticBeanstalk
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.