public class AbstractAWSElasticBeanstalkAsync extends AbstractAWSElasticBeanstalk implements AWSElasticBeanstalkAsync
AWSElasticBeanstalkAsync. Convenient
method forms pass through to the corresponding overload that takes a request
object and an AsyncHandler, which throws an
UnsupportedOperationException.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSElasticBeanstalkAsync() |
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, shutdown, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortEnvironmentUpdate, 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, shutdown, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettingspublic Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request)
AWSElasticBeanstalkAsyncCancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync in interface AWSElasticBeanstalkAsyncpublic Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
AWSElasticBeanstalkAsyncCancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync in interface AWSElasticBeanstalkAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync()
abortEnvironmentUpdateAsync in interface AWSElasticBeanstalkAsyncabortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest)public Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
abortEnvironmentUpdateAsync in interface AWSElasticBeanstalkAsyncabortEnvironmentUpdateAsync(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 AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncChecks if the specified CNAME is available.
checkDNSAvailabilityAsync in interface AWSElasticBeanstalkAsyncrequest - Results message indicating whether a CNAME is available.public Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request, AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
AWSElasticBeanstalkAsyncChecks if the specified CNAME is available.
checkDNSAvailabilityAsync in interface AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncCreates an application version for the specified application.
createApplicationVersionAsync in interface AWSElasticBeanstalkAsyncpublic Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsyncCreates an application version for the specified application.
createApplicationVersionAsync in interface AWSElasticBeanstalkAsyncasyncHandler - 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)
AWSElasticBeanstalkAsyncCreates 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 AWSElasticBeanstalkAsyncrequest - Request to create a configuration template.public Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request, AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsyncCreates 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncLaunches an environment for the specified application using the specified configuration.
createEnvironmentAsync in interface AWSElasticBeanstalkAsyncpublic Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsyncLaunches an environment for the specified application using the specified configuration.
createEnvironmentAsync in interface AWSElasticBeanstalkAsyncasyncHandler - 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)
AWSElasticBeanstalkAsyncCreates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync in interface AWSElasticBeanstalkAsyncpublic Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest request, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
AWSElasticBeanstalkAsyncCreates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync in interface AWSElasticBeanstalkAsyncasyncHandler - 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 AWSElasticBeanstalkAsynccreateStorageLocationAsync(CreateStorageLocationRequest)public Future<CreateStorageLocationResult> createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
createStorageLocationAsync in interface AWSElasticBeanstalkAsynccreateStorageLocationAsync(CreateStorageLocationRequest,
com.amazonaws.handlers.AsyncHandler)public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncrequest - Request to delete an application.public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncrequest - Request to delete an application.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request)
AWSElasticBeanstalkAsyncDeletes the specified version from the specified application.
deleteApplicationVersionAsync in interface AWSElasticBeanstalkAsyncrequest - Request to delete an application version.public Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsyncDeletes the specified version from the specified application.
deleteApplicationVersionAsync in interface AWSElasticBeanstalkAsyncrequest - Request to delete an application version.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request)
AWSElasticBeanstalkAsyncDeletes the specified configuration template.
deleteConfigurationTemplateAsync in interface AWSElasticBeanstalkAsyncrequest - Request to delete a configuration template.public Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request, AsyncHandler<DeleteConfigurationTemplateRequest,DeleteConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsyncDeletes the specified configuration template.
deleteConfigurationTemplateAsync in interface AWSElasticBeanstalkAsyncrequest - Request to delete a configuration template.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncrequest - Request to delete a draft environment configuration.public Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request, AsyncHandler<DeleteEnvironmentConfigurationRequest,DeleteEnvironmentConfigurationResult> asyncHandler)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncRetrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync in interface AWSElasticBeanstalkAsyncrequest - Result message containing a list of configuration descriptions.public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request, AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
AWSElasticBeanstalkAsyncRetrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync in interface AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncdescribeApplicationVersionsAsync(DescribeApplicationVersionsRequest)public Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
public Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request)
AWSElasticBeanstalkAsyncReturns the descriptions of existing applications.
describeApplicationsAsync in interface AWSElasticBeanstalkAsyncrequest - Request to describe one or more applications.public Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns the descriptions of existing applications.
describeApplicationsAsync in interface AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncdescribeApplicationsAsync(DescribeApplicationsRequest)public Future<DescribeApplicationsResult> describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
describeApplicationsAsync in interface AWSElasticBeanstalkAsyncdescribeApplicationsAsync(DescribeApplicationsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request)
AWSElasticBeanstalkAsyncDescribes 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 AWSElasticBeanstalkAsyncrequest - Result message containig a list of application version
descriptions.public Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
AWSElasticBeanstalkAsyncDescribes 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync in interface AWSElasticBeanstalkAsyncrequest - See the example below to learn how to create a request body.public Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request, AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync in interface AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncLists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync in interface AWSElasticBeanstalkAsyncrequest - Request to list completed and failed managed actions.public Future<DescribeEnvironmentManagedActionHistoryResult> describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request, AsyncHandler<DescribeEnvironmentManagedActionHistoryRequest,DescribeEnvironmentManagedActionHistoryResult> asyncHandler)
AWSElasticBeanstalkAsyncLists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync in interface AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncLists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync in interface AWSElasticBeanstalkAsyncrequest - Request to list an environment's upcoming and in-progress managed
actions.public Future<DescribeEnvironmentManagedActionsResult> describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request, AsyncHandler<DescribeEnvironmentManagedActionsRequest,DescribeEnvironmentManagedActionsResult> asyncHandler)
AWSElasticBeanstalkAsyncLists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync in interface AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns AWS resources for this environment.
describeEnvironmentResourcesAsync in interface AWSElasticBeanstalkAsyncrequest - Request to describe the resources in an environment.public Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request, AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns AWS resources for this environment.
describeEnvironmentResourcesAsync in interface AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns descriptions for existing environments.
describeEnvironmentsAsync in interface AWSElasticBeanstalkAsyncrequest - Request to describe one or more environments.public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns descriptions for existing environments.
describeEnvironmentsAsync in interface AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncdescribeEnvironmentsAsync(DescribeEnvironmentsRequest)public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
describeEnvironmentsAsync in interface AWSElasticBeanstalkAsyncdescribeEnvironmentsAsync(DescribeEnvironmentsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AWSElasticBeanstalkAsyncReturns list of event descriptions matching criteria up to the last 6 weeks.
NextToken.describeEventsAsync in interface AWSElasticBeanstalkAsyncrequest - Request to retrieve a list of events for an environment.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns list of event descriptions matching criteria up to the last 6 weeks.
NextToken.describeEventsAsync in interface AWSElasticBeanstalkAsyncrequest - 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 AWSElasticBeanstalkAsyncdescribeEventsAsync(DescribeEventsRequest)public Future<DescribeEventsResult> describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
describeEventsAsync in interface AWSElasticBeanstalkAsyncdescribeEventsAsync(DescribeEventsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request)
AWSElasticBeanstalkAsyncReturns 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 AWSElasticBeanstalkAsyncrequest - See the example below to learn how to create a request body.public Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncReturns a list of the available solution stack names.
listAvailableSolutionStacksAsync in interface AWSElasticBeanstalkAsyncpublic Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request, AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
AWSElasticBeanstalkAsyncReturns a list of the available solution stack names.
listAvailableSolutionStacksAsync in interface AWSElasticBeanstalkAsyncasyncHandler - 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 AWSElasticBeanstalkAsynclistAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest)public Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
public Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncpublic Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsyncDeletes 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 AWSElasticBeanstalkAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request)
AWSElasticBeanstalkAsyncInitiates 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 AWSElasticBeanstalkAsyncrequest - Request to retrieve logs from an environment and store them in
your Elastic Beanstalk storage bucket.public Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsyncInitiates 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 AWSElasticBeanstalkAsyncrequest - Request to retrieve logs from an environment and store them in
your Elastic Beanstalk storage bucket.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request)
AWSElasticBeanstalkAsyncCauses the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync in interface AWSElasticBeanstalkAsyncpublic Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
AWSElasticBeanstalkAsyncCauses the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync in interface AWSElasticBeanstalkAsyncasyncHandler - 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)
AWSElasticBeanstalkAsyncRetrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync in interface AWSElasticBeanstalkAsyncrequest - Request to download logs retrieved with
RequestEnvironmentInfo.public Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsyncRetrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync in interface AWSElasticBeanstalkAsyncrequest - Request to download logs retrieved with
RequestEnvironmentInfo.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request)
AWSElasticBeanstalkAsyncSwaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync in interface AWSElasticBeanstalkAsyncrequest - Swaps the CNAMEs of two environments.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request, AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
AWSElasticBeanstalkAsyncSwaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync in interface AWSElasticBeanstalkAsyncrequest - Swaps the CNAMEs of two environments.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync()
swapEnvironmentCNAMEsAsync in interface AWSElasticBeanstalkAsyncswapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest)public Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
swapEnvironmentCNAMEsAsync in interface AWSElasticBeanstalkAsyncswapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest,
com.amazonaws.handlers.AsyncHandler)public Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request)
AWSElasticBeanstalkAsyncTerminates the specified environment.
terminateEnvironmentAsync in interface AWSElasticBeanstalkAsyncrequest - Request to terminate an environment.public Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsyncTerminates the specified environment.
terminateEnvironmentAsync in interface AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - Request to update an application.public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncpublic Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncasyncHandler - 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)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - The result message containing the options for the specified
solution stack.public Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - Request to update an environment.public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsyncUpdates 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 AWSElasticBeanstalkAsyncrequest - 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)
AWSElasticBeanstalkAsyncTakes 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 AWSElasticBeanstalkAsyncrequest - A list of validation messages for a specified configuration
template.public Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request, AsyncHandler<ValidateConfigurationSettingsRequest,ValidateConfigurationSettingsResult> asyncHandler)
AWSElasticBeanstalkAsyncTakes 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 AWSElasticBeanstalkAsyncrequest - 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 © 2016. All rights reserved.