@ThreadSafe 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
Constructor and Description |
---|
AWSElasticBeanstalkAsyncClient()
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials and executor
service.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the provided AWS account credentials provider and client
configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider and
executor service.
|
AWSElasticBeanstalkAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk.
|
abortEnvironmentUpdate, abortEnvironmentUpdate, applyEnvironmentManagedAction, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettings
addRequestHandler, addRequestHandler, configureRegion, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, 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, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, setEndpoint, setRegion, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettings
public AWSElasticBeanstalkAsyncClient()
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).
public AWSElasticBeanstalkAsyncClient(ClientConfiguration 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)
public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
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)
public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
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.public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
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.public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider 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)
public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration 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)
public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
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.public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
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 ExecutorService getExecutorService()
public Future<Void> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request)
AWSElasticBeanstalkAsync
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
public Future<Void> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, AsyncHandler<AbortEnvironmentUpdateRequest,Void> 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<Void> abortEnvironmentUpdateAsync()
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest)
public Future<Void> abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,Void> 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.
createApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
public Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates an application version for the specified application.
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<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<Void> 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.
deleteApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application.public Future<Void> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,Void> 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.
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<Void> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
deleteApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application version.public Future<Void> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
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<Void> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
deleteConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a configuration template.public Future<Void> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request, AsyncHandler<DeleteConfigurationTemplateRequest,Void> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
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<Void> 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<Void> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request, AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> 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<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request)
AWSElasticBeanstalkAsync
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of configuration descriptions.public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request, AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of configuration 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<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 containig 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 containig 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.
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.
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
Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The DescribeInstancesHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeInstancesHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.public Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The DescribeInstancesHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeInstancesHealthAsync
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<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names.
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request, AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names.
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<Void> 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<Void> rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,Void> 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<Void> 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<Void> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest,Void> 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<Void> 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<Void> restartAppServerAsync(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest,Void> 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<Void> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request)
AWSElasticBeanstalkAsync
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
request
- Swaps the CNAMEs of two environments.public Future<Void> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request, AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> 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<Void> swapEnvironmentCNAMEsAsync()
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest)
public Future<Void> swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> 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.
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.
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<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Updates the specified application version to have the specified properties.
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.
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.
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.
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<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.