public interface AWSElasticBeanstalkAsync extends AWSElasticBeanstalk
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.
AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.
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.
Modifier and Type | Method and Description |
---|---|
Future<Void> |
abortEnvironmentUpdateAsync()
Simplified method form for invoking the AbortEnvironmentUpdate operation.
|
Future<Void> |
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest abortEnvironmentUpdateRequest)
Cancels in-progress environment configuration update or application
version deployment.
|
Future<Void> |
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest abortEnvironmentUpdateRequest,
AsyncHandler<AbortEnvironmentUpdateRequest,Void> asyncHandler)
Cancels in-progress environment configuration update or application
version deployment.
|
Future<Void> |
abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,Void> asyncHandler)
Simplified method form for invoking the AbortEnvironmentUpdate operation
with an AsyncHandler.
|
Future<CheckDNSAvailabilityResult> |
checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest)
Checks if the specified CNAME is available.
|
Future<CheckDNSAvailabilityResult> |
checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest,
AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
Checks if the specified CNAME is available.
|
Future<ComposeEnvironmentsResult> |
composeEnvironmentsAsync(ComposeEnvironmentsRequest composeEnvironmentsRequest)
Create or update a group of environments that each run a separate
component of a single application.
|
Future<ComposeEnvironmentsResult> |
composeEnvironmentsAsync(ComposeEnvironmentsRequest composeEnvironmentsRequest,
AsyncHandler<ComposeEnvironmentsRequest,ComposeEnvironmentsResult> asyncHandler)
Create or update a group of environments that each run a separate
component of a single application.
|
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates an application that has one configuration template named
default and no application versions. |
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application that has one configuration template named
default and no application versions. |
Future<CreateApplicationVersionResult> |
createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.
|
Future<CreateApplicationVersionResult> |
createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application.
|
Future<CreateConfigurationTemplateResult> |
createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template.
|
Future<CreateConfigurationTemplateResult> |
createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template.
|
Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
Launches an environment for the specified application using the specified
configuration.
|
Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Launches an environment for the specified application using the specified
configuration.
|
Future<CreateStorageLocationResult> |
createStorageLocationAsync()
Simplified method form for invoking the CreateStorageLocation operation.
|
Future<CreateStorageLocationResult> |
createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Simplified method form for invoking the CreateStorageLocation operation
with an AsyncHandler.
|
Future<CreateStorageLocationResult> |
createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest)
Creates the Amazon S3 storage location for the account.
|
Future<CreateStorageLocationResult> |
createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest,
AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Creates the Amazon S3 storage location for the account.
|
Future<Void> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions and
configurations.
|
Future<Void> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions and
configurations.
|
Future<Void> |
deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
Future<Void> |
deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest,
AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
|
Future<Void> |
deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest)
Deletes the specified configuration template.
|
Future<Void> |
deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest,
AsyncHandler<DeleteConfigurationTemplateRequest,Void> asyncHandler)
Deletes the specified configuration template.
|
Future<Void> |
deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running environment.
|
Future<Void> |
deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest,
AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler)
Deletes the draft configuration associated with the running environment.
|
Future<DescribeApplicationsResult> |
describeApplicationsAsync()
Simplified method form for invoking the DescribeApplications operation.
|
Future<DescribeApplicationsResult> |
describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Simplified method form for invoking the DescribeApplications operation
with an AsyncHandler.
|
Future<DescribeApplicationsResult> |
describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest)
Returns the descriptions of existing applications.
|
Future<DescribeApplicationsResult> |
describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest,
AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Returns the descriptions of existing applications.
|
Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync()
Simplified method form for invoking the DescribeApplicationVersions
operation.
|
Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Simplified method form for invoking the DescribeApplicationVersions
operation with an AsyncHandler.
|
Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest)
Retrieve a list of application versions stored in your AWS Elastic
Beanstalk storage bucket.
|
Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest,
AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Retrieve a list of application versions stored in your AWS Elastic
Beanstalk storage bucket.
|
Future<DescribeConfigurationOptionsResult> |
describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
Describes the configuration options that are used in a particular
configuration template or environment, or that a specified solution stack
defines.
|
Future<DescribeConfigurationOptionsResult> |
describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest,
AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
Describes the configuration options that are used in a particular
configuration template or environment, or that a specified solution stack
defines.
|
Future<DescribeConfigurationSettingsResult> |
describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest)
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.
|
Future<DescribeConfigurationSettingsResult> |
describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest,
AsyncHandler<DescribeConfigurationSettingsRequest,DescribeConfigurationSettingsResult> asyncHandler)
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.
|
Future<DescribeEnvironmentHealthResult> |
describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest describeEnvironmentHealthRequest)
Returns information about the overall health of the specified
environment.
|
Future<DescribeEnvironmentHealthResult> |
describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest describeEnvironmentHealthRequest,
AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
Returns information about the overall health of the specified
environment.
|
Future<DescribeEnvironmentResourcesResult> |
describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest)
Returns AWS resources for this environment.
|
Future<DescribeEnvironmentResourcesResult> |
describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest,
AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
Returns AWS resources for this environment.
|
Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync()
Simplified method form for invoking the DescribeEnvironments operation.
|
Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Simplified method form for invoking the DescribeEnvironments operation
with an AsyncHandler.
|
Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Returns descriptions for existing environments.
|
Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(DescribeEnvironmentsRequest describeEnvironmentsRequest,
AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Returns descriptions for existing environments.
|
Future<DescribeEventsResult> |
describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.
|
Future<DescribeEventsResult> |
describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
AsyncHandler.
|
Future<DescribeEventsResult> |
describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
Future<DescribeEventsResult> |
describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
Future<DescribeInstancesHealthResult> |
describeInstancesHealthAsync(DescribeInstancesHealthRequest describeInstancesHealthRequest)
Returns more detailed information about the health of the specified
instances (for example, CPU utilization, load average, and causes).
|
Future<DescribeInstancesHealthResult> |
describeInstancesHealthAsync(DescribeInstancesHealthRequest describeInstancesHealthRequest,
AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
Returns more detailed information about the health of the specified
instances (for example, CPU utilization, load average, and causes).
|
Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync()
Simplified method form for invoking the ListAvailableSolutionStacks
operation.
|
Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Simplified method form for invoking the ListAvailableSolutionStacks
operation with an AsyncHandler.
|
Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)
Returns a list of the available solution stack names.
|
Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest,
AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Returns a list of the available solution stack names.
|
Future<Void> |
rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest)
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.
|
Future<Void> |
rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest,
AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
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.
|
Future<Void> |
requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
Initiates a request to compile the specified type of information of the
deployed environment.
|
Future<Void> |
requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest,
AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
Initiates a request to compile the specified type of information of the
deployed environment.
|
Future<Void> |
restartAppServerAsync(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server
running on each Amazon EC2 instance.
|
Future<Void> |
restartAppServerAsync(RestartAppServerRequest restartAppServerRequest,
AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
Causes the environment to restart the application container server
running on each Amazon EC2 instance.
|
Future<RetrieveEnvironmentInfoResult> |
retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
Retrieves the compiled information from a RequestEnvironmentInfo
request.
|
Future<RetrieveEnvironmentInfoResult> |
retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest,
AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
Retrieves the compiled information from a RequestEnvironmentInfo
request.
|
Future<Void> |
swapEnvironmentCNAMEsAsync()
Simplified method form for invoking the SwapEnvironmentCNAMEs operation.
|
Future<Void> |
swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Simplified method form for invoking the SwapEnvironmentCNAMEs operation
with an AsyncHandler.
|
Future<Void> |
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
|
Future<Void> |
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest,
AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
|
Future<TerminateEnvironmentResult> |
terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
|
Future<TerminateEnvironmentResult> |
terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties.
|
Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties.
|
Future<UpdateApplicationVersionResult> |
updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified
properties.
|
Future<UpdateApplicationVersionResult> |
updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
Future<UpdateConfigurationTemplateResult> |
updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)
Updates the specified configuration template to have the specified
properties or configuration option values.
|
Future<UpdateConfigurationTemplateResult> |
updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest,
AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
Updates the specified configuration template to have the specified
properties or configuration option values.
|
Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest)
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.
|
Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
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.
|
Future<ValidateConfigurationSettingsResult> |
validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest)
Takes a set of configuration settings and either a configuration template
or environment, and determines whether those values are valid.
|
Future<ValidateConfigurationSettingsResult> |
validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest,
AsyncHandler<ValidateConfigurationSettingsRequest,ValidateConfigurationSettingsResult> asyncHandler)
Takes a set of configuration settings and either a configuration template
or environment, and determines whether those values are valid.
|
abortEnvironmentUpdate, abortEnvironmentUpdate, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, setEndpoint, setRegion, shutdown, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettings
Future<Void> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest abortEnvironmentUpdateRequest)
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateRequest
- Future<Void> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest abortEnvironmentUpdateRequest, AsyncHandler<AbortEnvironmentUpdateRequest,Void> asyncHandler)
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateRequest
- 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.Future<Void> abortEnvironmentUpdateAsync()
Future<Void> abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,Void> asyncHandler)
Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest)
Checks if the specified CNAME is available.
checkDNSAvailabilityRequest
- Results message indicating whether a CNAME is available.Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest, AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
Checks if the specified CNAME is available.
checkDNSAvailabilityRequest
- 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.Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest composeEnvironmentsRequest)
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.
composeEnvironmentsRequest
- Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest composeEnvironmentsRequest, AsyncHandler<ComposeEnvironmentsRequest,ComposeEnvironmentsResult> asyncHandler)
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.
composeEnvironmentsRequest
- 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.Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates an application that has one configuration template named
default
and no application versions.
createApplicationRequest
- Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application that has one configuration template named
default
and no application versions.
createApplicationRequest
- 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.Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.
createApplicationVersionRequest
- Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application.
createApplicationVersionRequest
- 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.Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
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
createConfigurationTemplateRequest
- Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest createConfigurationTemplateRequest, AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
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
createConfigurationTemplateRequest
- 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.Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
Launches an environment for the specified application using the specified configuration.
createEnvironmentRequest
- Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Launches an environment for the specified application using the specified configuration.
createEnvironmentRequest
- 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.Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest)
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationRequest
- Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationRequest
- 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.Future<CreateStorageLocationResult> createStorageLocationAsync()
Future<CreateStorageLocationResult> createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Future<Void> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
deleteApplicationRequest
- Future<Void> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
deleteApplicationRequest
- 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.Future<Void> deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
deleteApplicationVersionRequest
- Future<Void> deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,Void> asyncHandler)
Deletes the specified version from the specified application.
deleteApplicationVersionRequest
- 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.Future<Void> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest)
Deletes the specified configuration template.
deleteConfigurationTemplateRequest
- Future<Void> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest, AsyncHandler<DeleteConfigurationTemplateRequest,Void> asyncHandler)
Deletes the specified configuration template.
deleteConfigurationTemplateRequest
- 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.Future<Void> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
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.
deleteEnvironmentConfigurationRequest
- Future<Void> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest, AsyncHandler<DeleteEnvironmentConfigurationRequest,Void> asyncHandler)
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.
deleteEnvironmentConfigurationRequest
- 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.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest)
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsRequest
- Result message containing a list of configuration descriptions.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest, AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsRequest
- 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.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync()
Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest)
Returns the descriptions of existing applications.
describeApplicationsRequest
- Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Returns the descriptions of existing applications.
describeApplicationsRequest
- 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.Future<DescribeApplicationsResult> describeApplicationsAsync()
Future<DescribeApplicationsResult> describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
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.
describeConfigurationOptionsRequest
- Result message containig a list of application version
descriptions.Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
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.
describeConfigurationOptionsRequest
- 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.Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest)
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
describeConfigurationSettingsRequest
- Result message containing all of the configuration settings for a
specified solution stack or configuration template.Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest, AsyncHandler<DescribeConfigurationSettingsRequest,DescribeConfigurationSettingsResult> asyncHandler)
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
describeConfigurationSettingsRequest
- 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.Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest describeEnvironmentHealthRequest)
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthRequest
- See the example below to learn how to create a request body.Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest describeEnvironmentHealthRequest, AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthRequest
- 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.Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest)
Returns AWS resources for this environment.
describeEnvironmentResourcesRequest
- Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest, AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
Returns AWS resources for this environment.
describeEnvironmentResourcesRequest
- 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.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Returns descriptions for existing environments.
describeEnvironmentsRequest
- Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest describeEnvironmentsRequest, AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Returns descriptions for existing environments.
describeEnvironmentsRequest
- 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.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync()
Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
NextToken
. describeEventsRequest
- Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns list of event descriptions matching criteria up to the last 6 weeks.
NextToken
. describeEventsRequest
- 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.Future<DescribeEventsResult> describeEventsAsync()
Future<DescribeEventsResult> describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest describeInstancesHealthRequest)
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.
describeInstancesHealthRequest
- See the example below to learn how to create a request body.Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest describeInstancesHealthRequest, AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
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.
describeInstancesHealthRequest
- 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.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)
Returns a list of the available solution stack names.
listAvailableSolutionStacksRequest
- Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest, AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Returns a list of the available solution stack names.
listAvailableSolutionStacksRequest
- 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.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync()
Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Future<Void> rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest)
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.
rebuildEnvironmentRequest
- Future<Void> rebuildEnvironmentAsync(RebuildEnvironmentRequest rebuildEnvironmentRequest, AsyncHandler<RebuildEnvironmentRequest,Void> asyncHandler)
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.
rebuildEnvironmentRequest
- 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.Future<Void> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
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
requestEnvironmentInfoRequest
- Future<Void> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
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
requestEnvironmentInfoRequest
- 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.Future<Void> restartAppServerAsync(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerRequest
- Future<Void> restartAppServerAsync(RestartAppServerRequest restartAppServerRequest, AsyncHandler<RestartAppServerRequest,Void> asyncHandler)
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerRequest
- 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.Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoRequest
- Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoRequest
- 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.Future<Void> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsRequest
- Swaps the CNAMEs of two environments.Future<Void> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest, AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsRequest
- 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.Future<Void> swapEnvironmentCNAMEsAsync()
Future<Void> swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
terminateEnvironmentRequest
- Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
terminateEnvironmentRequest
- 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.Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
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. updateApplicationRequest
- Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
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. updateApplicationRequest
- 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.Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
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. updateApplicationVersionRequest
- Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
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. updateApplicationVersionRequest
- 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.Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)
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
updateConfigurationTemplateRequest
- The result message containing the options for the specified
solution stack.Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest, AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
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
updateConfigurationTemplateRequest
- 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.Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest)
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.
updateEnvironmentRequest
- Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
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.
updateEnvironmentRequest
- 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.Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest)
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.
validateConfigurationSettingsRequest
- A list of validation messages for a specified configuration
template.Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest, AsyncHandler<ValidateConfigurationSettingsRequest,ValidateConfigurationSettingsResult> asyncHandler)
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.
validateConfigurationSettingsRequest
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.