@ThreadSafe public class AWSElasticBeanstalkAsyncClient extends AWSElasticBeanstalkClient implements AWSElasticBeanstalkAsync
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.
For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk. wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.
Endpoints
For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.
Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_THREAD_POOL_SIZE |
private java.util.concurrent.ExecutorService |
executorService |
configFactory, exceptionUnmarshallers
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
Constructor and Description |
---|
AWSElasticBeanstalkAsyncClient()
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials and executor
service.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the provided AWS account credentials provider and client
configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials provider and
executor service.
|
AWSElasticBeanstalkAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AbortEnvironmentUpdateResult> |
abortEnvironmentUpdateAsync()
Simplified method form for invoking the AbortEnvironmentUpdate operation.
|
java.util.concurrent.Future<AbortEnvironmentUpdateResult> |
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request)
Cancels in-progress environment configuration update or application
version deployment.
|
java.util.concurrent.Future<AbortEnvironmentUpdateResult> |
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request,
AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
Cancels in-progress environment configuration update or application
version deployment.
|
java.util.concurrent.Future<AbortEnvironmentUpdateResult> |
abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
Simplified method form for invoking the AbortEnvironmentUpdate operation
with an AsyncHandler.
|
java.util.concurrent.Future<ApplyEnvironmentManagedActionResult> |
applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request)
Applies a scheduled managed action immediately.
|
java.util.concurrent.Future<ApplyEnvironmentManagedActionResult> |
applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request,
AsyncHandler<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResult> asyncHandler)
Applies a scheduled managed action immediately.
|
java.util.concurrent.Future<CheckDNSAvailabilityResult> |
checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request)
Checks if the specified CNAME is available.
|
java.util.concurrent.Future<CheckDNSAvailabilityResult> |
checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request,
AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
Checks if the specified CNAME is available.
|
java.util.concurrent.Future<ComposeEnvironmentsResult> |
composeEnvironmentsAsync(ComposeEnvironmentsRequest request)
Create or update a group of environments that each run a separate
component of a single application.
|
java.util.concurrent.Future<ComposeEnvironmentsResult> |
composeEnvironmentsAsync(ComposeEnvironmentsRequest request,
AsyncHandler<ComposeEnvironmentsRequest,ComposeEnvironmentsResult> asyncHandler)
Create or update a group of environments that each run a separate
component of a single application.
|
java.util.concurrent.Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest request)
Creates an application that has one configuration template named
default and no application versions. |
java.util.concurrent.Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application that has one configuration template named
default and no application versions. |
java.util.concurrent.Future<CreateApplicationVersionResult> |
createApplicationVersionAsync(CreateApplicationVersionRequest request)
Creates an application version for the specified application.
|
java.util.concurrent.Future<CreateApplicationVersionResult> |
createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application.
|
java.util.concurrent.Future<CreateConfigurationTemplateResult> |
createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request)
Creates a configuration template.
|
java.util.concurrent.Future<CreateConfigurationTemplateResult> |
createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request,
AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
Creates a configuration template.
|
java.util.concurrent.Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest request)
Launches an environment for the specified application using the specified
configuration.
|
java.util.concurrent.Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Launches an environment for the specified application using the specified
configuration.
|
java.util.concurrent.Future<CreateStorageLocationResult> |
createStorageLocationAsync()
Simplified method form for invoking the CreateStorageLocation operation.
|
java.util.concurrent.Future<CreateStorageLocationResult> |
createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Simplified method form for invoking the CreateStorageLocation operation
with an AsyncHandler.
|
java.util.concurrent.Future<CreateStorageLocationResult> |
createStorageLocationAsync(CreateStorageLocationRequest request)
Creates the Amazon S3 storage location for the account.
|
java.util.concurrent.Future<CreateStorageLocationResult> |
createStorageLocationAsync(CreateStorageLocationRequest request,
AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Creates the Amazon S3 storage location for the account.
|
java.util.concurrent.Future<DeleteApplicationResult> |
deleteApplicationAsync(DeleteApplicationRequest request)
Deletes the specified application along with all associated versions and
configurations.
|
java.util.concurrent.Future<DeleteApplicationResult> |
deleteApplicationAsync(DeleteApplicationRequest request,
AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
Deletes the specified application along with all associated versions and
configurations.
|
java.util.concurrent.Future<DeleteApplicationVersionResult> |
deleteApplicationVersionAsync(DeleteApplicationVersionRequest request)
Deletes the specified version from the specified application.
|
java.util.concurrent.Future<DeleteApplicationVersionResult> |
deleteApplicationVersionAsync(DeleteApplicationVersionRequest request,
AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
Deletes the specified version from the specified application.
|
java.util.concurrent.Future<DeleteConfigurationTemplateResult> |
deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request)
Deletes the specified configuration template.
|
java.util.concurrent.Future<DeleteConfigurationTemplateResult> |
deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request,
AsyncHandler<DeleteConfigurationTemplateRequest,DeleteConfigurationTemplateResult> asyncHandler)
Deletes the specified configuration template.
|
java.util.concurrent.Future<DeleteEnvironmentConfigurationResult> |
deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request)
Deletes the draft configuration associated with the running environment.
|
java.util.concurrent.Future<DeleteEnvironmentConfigurationResult> |
deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request,
AsyncHandler<DeleteEnvironmentConfigurationRequest,DeleteEnvironmentConfigurationResult> asyncHandler)
Deletes the draft configuration associated with the running environment.
|
java.util.concurrent.Future<DescribeApplicationsResult> |
describeApplicationsAsync()
Simplified method form for invoking the DescribeApplications operation.
|
java.util.concurrent.Future<DescribeApplicationsResult> |
describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Simplified method form for invoking the DescribeApplications operation
with an AsyncHandler.
|
java.util.concurrent.Future<DescribeApplicationsResult> |
describeApplicationsAsync(DescribeApplicationsRequest request)
Returns the descriptions of existing applications.
|
java.util.concurrent.Future<DescribeApplicationsResult> |
describeApplicationsAsync(DescribeApplicationsRequest request,
AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Returns the descriptions of existing applications.
|
java.util.concurrent.Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync()
Simplified method form for invoking the DescribeApplicationVersions
operation.
|
java.util.concurrent.Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Simplified method form for invoking the DescribeApplicationVersions
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request)
Retrieve a list of application versions stored in your AWS Elastic
Beanstalk storage bucket.
|
java.util.concurrent.Future<DescribeApplicationVersionsResult> |
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request,
AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Retrieve a list of application versions stored in your AWS Elastic
Beanstalk storage bucket.
|
java.util.concurrent.Future<DescribeConfigurationOptionsResult> |
describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request)
Describes the configuration options that are used in a particular
configuration template or environment, or that a specified solution stack
defines.
|
java.util.concurrent.Future<DescribeConfigurationOptionsResult> |
describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request,
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.
|
java.util.concurrent.Future<DescribeConfigurationSettingsResult> |
describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request)
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.
|
java.util.concurrent.Future<DescribeConfigurationSettingsResult> |
describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request,
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.
|
java.util.concurrent.Future<DescribeEnvironmentHealthResult> |
describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request)
Returns information about the overall health of the specified
environment.
|
java.util.concurrent.Future<DescribeEnvironmentHealthResult> |
describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request,
AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
Returns information about the overall health of the specified
environment.
|
java.util.concurrent.Future<DescribeEnvironmentManagedActionHistoryResult> |
describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request)
Lists an environment's completed and failed managed actions.
|
java.util.concurrent.Future<DescribeEnvironmentManagedActionHistoryResult> |
describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request,
AsyncHandler<DescribeEnvironmentManagedActionHistoryRequest,DescribeEnvironmentManagedActionHistoryResult> asyncHandler)
Lists an environment's completed and failed managed actions.
|
java.util.concurrent.Future<DescribeEnvironmentManagedActionsResult> |
describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request)
Lists an environment's upcoming and in-progress managed actions.
|
java.util.concurrent.Future<DescribeEnvironmentManagedActionsResult> |
describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request,
AsyncHandler<DescribeEnvironmentManagedActionsRequest,DescribeEnvironmentManagedActionsResult> asyncHandler)
Lists an environment's upcoming and in-progress managed actions.
|
java.util.concurrent.Future<DescribeEnvironmentResourcesResult> |
describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request)
Returns AWS resources for this environment.
|
java.util.concurrent.Future<DescribeEnvironmentResourcesResult> |
describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request,
AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
Returns AWS resources for this environment.
|
java.util.concurrent.Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync()
Simplified method form for invoking the DescribeEnvironments operation.
|
java.util.concurrent.Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Simplified method form for invoking the DescribeEnvironments operation
with an AsyncHandler.
|
java.util.concurrent.Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(DescribeEnvironmentsRequest request)
Returns descriptions for existing environments.
|
java.util.concurrent.Future<DescribeEnvironmentsResult> |
describeEnvironmentsAsync(DescribeEnvironmentsRequest request,
AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
Returns descriptions for existing environments.
|
java.util.concurrent.Future<DescribeEventsResult> |
describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.
|
java.util.concurrent.Future<DescribeEventsResult> |
describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeEventsResult> |
describeEventsAsync(DescribeEventsRequest request)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
java.util.concurrent.Future<DescribeEventsResult> |
describeEventsAsync(DescribeEventsRequest request,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
java.util.concurrent.Future<DescribeInstancesHealthResult> |
describeInstancesHealthAsync(DescribeInstancesHealthRequest request)
Returns more detailed information about the health of the specified
instances (for example, CPU utilization, load average, and causes).
|
java.util.concurrent.Future<DescribeInstancesHealthResult> |
describeInstancesHealthAsync(DescribeInstancesHealthRequest request,
AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
Returns more detailed information about the health of the specified
instances (for example, CPU utilization, load average, and causes).
|
java.util.concurrent.ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async
requests.
|
java.util.concurrent.Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync()
Simplified method form for invoking the ListAvailableSolutionStacks
operation.
|
java.util.concurrent.Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Simplified method form for invoking the ListAvailableSolutionStacks
operation with an AsyncHandler.
|
java.util.concurrent.Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request)
Returns a list of the available solution stack names.
|
java.util.concurrent.Future<ListAvailableSolutionStacksResult> |
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request,
AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
Returns a list of the available solution stack names.
|
java.util.concurrent.Future<RebuildEnvironmentResult> |
rebuildEnvironmentAsync(RebuildEnvironmentRequest request)
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.
|
java.util.concurrent.Future<RebuildEnvironmentResult> |
rebuildEnvironmentAsync(RebuildEnvironmentRequest request,
AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> 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.
|
java.util.concurrent.Future<RequestEnvironmentInfoResult> |
requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request)
Initiates a request to compile the specified type of information of the
deployed environment.
|
java.util.concurrent.Future<RequestEnvironmentInfoResult> |
requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request,
AsyncHandler<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResult> asyncHandler)
Initiates a request to compile the specified type of information of the
deployed environment.
|
java.util.concurrent.Future<RestartAppServerResult> |
restartAppServerAsync(RestartAppServerRequest request)
Causes the environment to restart the application container server
running on each Amazon EC2 instance.
|
java.util.concurrent.Future<RestartAppServerResult> |
restartAppServerAsync(RestartAppServerRequest request,
AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
Causes the environment to restart the application container server
running on each Amazon EC2 instance.
|
java.util.concurrent.Future<RetrieveEnvironmentInfoResult> |
retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request)
Retrieves the compiled information from a RequestEnvironmentInfo
request.
|
java.util.concurrent.Future<RetrieveEnvironmentInfoResult> |
retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request,
AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
Retrieves the compiled information from a RequestEnvironmentInfo
request.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> |
swapEnvironmentCNAMEsAsync()
Simplified method form for invoking the SwapEnvironmentCNAMEs operation.
|
java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> |
swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
Simplified method form for invoking the SwapEnvironmentCNAMEs operation
with an AsyncHandler.
|
java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> |
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request)
Swaps the CNAMEs of two environments.
|
java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> |
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request,
AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
Swaps the CNAMEs of two environments.
|
java.util.concurrent.Future<TerminateEnvironmentResult> |
terminateEnvironmentAsync(TerminateEnvironmentRequest request)
Terminates the specified environment.
|
java.util.concurrent.Future<TerminateEnvironmentResult> |
terminateEnvironmentAsync(TerminateEnvironmentRequest request,
AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
Terminates the specified environment.
|
java.util.concurrent.Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest request)
Updates the specified application to have the specified properties.
|
java.util.concurrent.Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest request,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties.
|
java.util.concurrent.Future<UpdateApplicationVersionResult> |
updateApplicationVersionAsync(UpdateApplicationVersionRequest request)
Updates the specified application version to have the specified
properties.
|
java.util.concurrent.Future<UpdateApplicationVersionResult> |
updateApplicationVersionAsync(UpdateApplicationVersionRequest request,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
java.util.concurrent.Future<UpdateConfigurationTemplateResult> |
updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request)
Updates the specified configuration template to have the specified
properties or configuration option values.
|
java.util.concurrent.Future<UpdateConfigurationTemplateResult> |
updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request,
AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
Updates the specified configuration template to have the specified
properties or configuration option values.
|
java.util.concurrent.Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest request)
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.
|
java.util.concurrent.Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest request,
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.
|
java.util.concurrent.Future<ValidateConfigurationSettingsResult> |
validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request)
Takes a set of configuration settings and either a configuration template
or environment, and determines whether those values are valid.
|
java.util.concurrent.Future<ValidateConfigurationSettingsResult> |
validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request,
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, applyEnvironmentManagedAction, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettings
addRequestHandler, addRequestHandler, beforeMarshalling, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abortEnvironmentUpdate, abortEnvironmentUpdate, applyEnvironmentManagedAction, checkDNSAvailability, composeEnvironments, createApplication, createApplicationVersion, createConfigurationTemplate, createEnvironment, createStorageLocation, createStorageLocation, deleteApplication, deleteApplicationVersion, deleteConfigurationTemplate, deleteEnvironmentConfiguration, describeApplications, describeApplications, describeApplicationVersions, describeApplicationVersions, describeConfigurationOptions, describeConfigurationSettings, describeEnvironmentHealth, describeEnvironmentManagedActionHistory, describeEnvironmentManagedActions, describeEnvironmentResources, describeEnvironments, describeEnvironments, describeEvents, describeEvents, describeInstancesHealth, getCachedResponseMetadata, listAvailableSolutionStacks, listAvailableSolutionStacks, rebuildEnvironment, requestEnvironmentInfo, restartAppServer, retrieveEnvironmentInfo, setEndpoint, setRegion, swapEnvironmentCNAMEs, swapEnvironmentCNAMEs, terminateEnvironment, updateApplication, updateApplicationVersion, updateConfigurationTemplate, updateEnvironment, validateConfigurationSettings
private static final int DEFAULT_THREAD_POOL_SIZE
private final java.util.concurrent.ExecutorService executorService
public AWSElasticBeanstalkAsyncClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSElasticBeanstalkAsyncClient(ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections()
.
clientConfiguration
- The client configuration options controlling how this client
connects to Elastic Beanstalk (ex: proxy settings, retry counts,
etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.Executors.newFixedThreadPool(int)
public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, java.util.concurrent.ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be
executed.public AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).executorService
- The executor service by which all asynchronous requests will be
executed.public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.Executors.newFixedThreadPool(int)
public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing
a number of threads equal to the maximum number of concurrent connections
configured via ClientConfiguration.getMaxConnections()
.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, java.util.concurrent.ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be
executed.public AWSElasticBeanstalkAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings,
etc).executorService
- The executor service by which all asynchronous requests will be
executed.public java.util.concurrent.ExecutorService getExecutorService()
public java.util.concurrent.Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request)
AWSElasticBeanstalkAsync
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
AWSElasticBeanstalkAsync
Cancels in-progress environment configuration update or application version deployment.
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync()
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest)
public java.util.concurrent.Future<AbortEnvironmentUpdateResult> abortEnvironmentUpdateAsync(AsyncHandler<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResult> asyncHandler)
abortEnvironmentUpdateAsync
in interface AWSElasticBeanstalkAsync
abortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<ApplyEnvironmentManagedActionResult> applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request)
AWSElasticBeanstalkAsync
Applies a scheduled managed action immediately. A managed action can be
applied only if its status is Scheduled
. Get the status and
action ID of a managed action with
DescribeEnvironmentManagedActions.
applyEnvironmentManagedActionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to execute a scheduled managed action immediately.public java.util.concurrent.Future<ApplyEnvironmentManagedActionResult> applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest,ApplyEnvironmentManagedActionResult> asyncHandler)
AWSElasticBeanstalkAsync
Applies a scheduled managed action immediately. A managed action can be
applied only if its status is Scheduled
. Get the status and
action ID of a managed action with
DescribeEnvironmentManagedActions.
applyEnvironmentManagedActionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to execute a scheduled managed action immediately.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request)
AWSElasticBeanstalkAsync
Checks if the specified CNAME is available.
checkDNSAvailabilityAsync
in interface AWSElasticBeanstalkAsync
request
- Results message indicating whether a CNAME is available.public java.util.concurrent.Future<CheckDNSAvailabilityResult> checkDNSAvailabilityAsync(CheckDNSAvailabilityRequest request, AsyncHandler<CheckDNSAvailabilityRequest,CheckDNSAvailabilityResult> asyncHandler)
AWSElasticBeanstalkAsync
Checks if the specified CNAME is available.
checkDNSAvailabilityAsync
in interface AWSElasticBeanstalkAsync
request
- Results message indicating whether a CNAME is available.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest request)
AWSElasticBeanstalkAsync
Create or update a group of environments that each run a separate
component of a single application. Takes a list of version labels that
specify application source bundles for each of the environments to create
or update. The name of each environment and other required information
must be included in the source bundles in an environment manifest named
env.yaml
. See Compose Environments for details.
composeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create or update a group of environments.public java.util.concurrent.Future<ComposeEnvironmentsResult> composeEnvironmentsAsync(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest,ComposeEnvironmentsResult> asyncHandler)
AWSElasticBeanstalkAsync
Create or update a group of environments that each run a separate
component of a single application. Takes a list of version labels that
specify application source bundles for each of the environments to create
or update. The name of each environment and other required information
must be included in the source bundles in an environment manifest named
env.yaml
. See Compose Environments for details.
composeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create or update a group of environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSElasticBeanstalkAsync
Creates an application that has one configuration template named
default
and no application versions.
createApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create an application.public java.util.concurrent.Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates an application that has one configuration template named
default
and no application versions.
createApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Creates an application version for the specified application.
createApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates an application version for the specified application.
createApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
createConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a configuration template.public java.util.concurrent.Future<CreateConfigurationTemplateResult> createConfigurationTemplateAsync(CreateConfigurationTemplateRequest request, AsyncHandler<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
createConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to create a configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Launches an environment for the specified application using the specified configuration.
createEnvironmentAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Launches an environment for the specified application using the specified configuration.
createEnvironmentAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest request)
AWSElasticBeanstalkAsync
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<CreateStorageLocationResult> createStorageLocationAsync(CreateStorageLocationRequest request, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
AWSElasticBeanstalkAsync
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<CreateStorageLocationResult> createStorageLocationAsync()
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
createStorageLocationAsync(CreateStorageLocationRequest)
public java.util.concurrent.Future<CreateStorageLocationResult> createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
createStorageLocationAsync
in interface AWSElasticBeanstalkAsync
createStorageLocationAsync(CreateStorageLocationRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSElasticBeanstalkAsync
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
deleteApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application.public java.util.concurrent.Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
deleteApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
deleteApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application version.public java.util.concurrent.Future<DeleteApplicationVersionResult> deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified version from the specified application.
deleteApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete an application version.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
deleteConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a configuration template.public java.util.concurrent.Future<DeleteConfigurationTemplateResult> deleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request, AsyncHandler<DeleteConfigurationTemplateRequest,DeleteConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the specified configuration template.
deleteConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request)
AWSElasticBeanstalkAsync
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a
draft configuration set. You can get the draft configuration using
DescribeConfigurationSettings while the update is in progress or
if the update fails. The DeploymentStatus
for the draft
configuration indicates whether the deployment is in process or has
failed. The draft configuration remains in existence until it is deleted
with this action.
deleteEnvironmentConfigurationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a draft environment configuration.public java.util.concurrent.Future<DeleteEnvironmentConfigurationResult> deleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request, AsyncHandler<DeleteEnvironmentConfigurationRequest,DeleteEnvironmentConfigurationResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a
draft configuration set. You can get the draft configuration using
DescribeConfigurationSettings while the update is in progress or
if the update fails. The DeploymentStatus
for the draft
configuration indicates whether the deployment is in process or has
failed. The draft configuration remains in existence until it is deleted
with this action.
deleteEnvironmentConfigurationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to delete a draft environment configuration.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request)
AWSElasticBeanstalkAsync
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of configuration descriptions.public java.util.concurrent.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(DescribeApplicationVersionsRequest request, AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing a list of configuration descriptions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync()
describeApplicationVersionsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationVersionsAsync(DescribeApplicationVersionsRequest)
public java.util.concurrent.Future<DescribeApplicationVersionsResult> describeApplicationVersionsAsync(AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
public java.util.concurrent.Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request)
AWSElasticBeanstalkAsync
Returns the descriptions of existing applications.
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more applications.public java.util.concurrent.Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest request, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns the descriptions of existing applications.
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more applications.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeApplicationsResult> describeApplicationsAsync()
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationsAsync(DescribeApplicationsRequest)
public java.util.concurrent.Future<DescribeApplicationsResult> describeApplicationsAsync(AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
describeApplicationsAsync
in interface AWSElasticBeanstalkAsync
describeApplicationsAsync(DescribeApplicationsRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request)
AWSElasticBeanstalkAsync
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
describeConfigurationOptionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containig a list of application version
descriptions.public java.util.concurrent.Future<DescribeConfigurationOptionsResult> describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
describeConfigurationOptionsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containig a list of application version
descriptions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request)
AWSElasticBeanstalkAsync
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
describeConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing all of the configuration settings for a
specified solution stack or configuration template.public java.util.concurrent.Future<DescribeConfigurationSettingsResult> describeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request, AsyncHandler<DescribeConfigurationSettingsRequest,DescribeConfigurationSettingsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
describeConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- Result message containing all of the configuration settings for a
specified solution stack or configuration template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request)
AWSElasticBeanstalkAsync
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.public java.util.concurrent.Future<DescribeEnvironmentHealthResult> describeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request, AsyncHandler<DescribeEnvironmentHealthRequest,DescribeEnvironmentHealthResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeEnvironmentHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentManagedActionHistoryResult> describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request)
AWSElasticBeanstalkAsync
Lists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list completed and failed managed actions.public java.util.concurrent.Future<DescribeEnvironmentManagedActionHistoryResult> describeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request, AsyncHandler<DescribeEnvironmentManagedActionHistoryRequest,DescribeEnvironmentManagedActionHistoryResult> asyncHandler)
AWSElasticBeanstalkAsync
Lists an environment's completed and failed managed actions.
describeEnvironmentManagedActionHistoryAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list completed and failed managed actions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentManagedActionsResult> describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request)
AWSElasticBeanstalkAsync
Lists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list an environment's upcoming and in-progress managed
actions.public java.util.concurrent.Future<DescribeEnvironmentManagedActionsResult> describeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request, AsyncHandler<DescribeEnvironmentManagedActionsRequest,DescribeEnvironmentManagedActionsResult> asyncHandler)
AWSElasticBeanstalkAsync
Lists an environment's upcoming and in-progress managed actions.
describeEnvironmentManagedActionsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to list an environment's upcoming and in-progress managed
actions.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request)
AWSElasticBeanstalkAsync
Returns AWS resources for this environment.
describeEnvironmentResourcesAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe the resources in an environment.public java.util.concurrent.Future<DescribeEnvironmentResourcesResult> describeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request, AsyncHandler<DescribeEnvironmentResourcesRequest,DescribeEnvironmentResourcesResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns AWS resources for this environment.
describeEnvironmentResourcesAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe the resources in an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request)
AWSElasticBeanstalkAsync
Returns descriptions for existing environments.
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more environments.public java.util.concurrent.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns descriptions for existing environments.
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to describe one or more environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync()
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
describeEnvironmentsAsync(DescribeEnvironmentsRequest)
public java.util.concurrent.Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
describeEnvironmentsAsync
in interface AWSElasticBeanstalkAsync
describeEnvironmentsAsync(DescribeEnvironmentsRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AWSElasticBeanstalkAsync
Returns list of event descriptions matching criteria up to the last 6 weeks.
NextToken
.describeEventsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve a list of events for an environment.public java.util.concurrent.Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns list of event descriptions matching criteria up to the last 6 weeks.
NextToken
.describeEventsAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve a list of events for an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<DescribeEventsResult> describeEventsAsync()
describeEventsAsync
in interface AWSElasticBeanstalkAsync
describeEventsAsync(DescribeEventsRequest)
public java.util.concurrent.Future<DescribeEventsResult> describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
describeEventsAsync
in interface AWSElasticBeanstalkAsync
describeEventsAsync(DescribeEventsRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request)
AWSElasticBeanstalkAsync
Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The DescribeInstancesHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeInstancesHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.public java.util.concurrent.Future<DescribeInstancesHealthResult> describeInstancesHealthAsync(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest,DescribeInstancesHealthResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The DescribeInstancesHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
describeInstancesHealthAsync
in interface AWSElasticBeanstalkAsync
request
- See the example below to learn how to create a request body.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names.
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request, AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
AWSElasticBeanstalkAsync
Returns a list of the available solution stack names.
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync()
listAvailableSolutionStacksAsync
in interface AWSElasticBeanstalkAsync
listAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest)
public java.util.concurrent.Future<ListAvailableSolutionStacksResult> listAvailableSolutionStacksAsync(AsyncHandler<ListAvailableSolutionStacksRequest,ListAvailableSolutionStacksResult> asyncHandler)
public java.util.concurrent.Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request)
AWSElasticBeanstalkAsync
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
rebuildEnvironmentAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<RebuildEnvironmentResult> rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
rebuildEnvironmentAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request)
AWSElasticBeanstalkAsync
Initiates a request to compile the specified type of information of the deployed environment.
Setting the InfoType
to tail
compiles the last
lines from the application server log files of every Amazon EC2 instance
in your environment.
Setting the InfoType
to bundle
compresses the
application server log files for every Amazon EC2 instance into a
.zip
file. Legacy and .NET containers do not support bundle
logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
requestEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve logs from an environment and store them in
your Elastic Beanstalk storage bucket.public java.util.concurrent.Future<RequestEnvironmentInfoResult> requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsync
Initiates a request to compile the specified type of information of the deployed environment.
Setting the InfoType
to tail
compiles the last
lines from the application server log files of every Amazon EC2 instance
in your environment.
Setting the InfoType
to bundle
compresses the
application server log files for every Amazon EC2 instance into a
.zip
file. Legacy and .NET containers do not support bundle
logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
requestEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to retrieve logs from an environment and store them in
your Elastic Beanstalk storage bucket.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request)
AWSElasticBeanstalkAsync
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<RestartAppServerResult> restartAppServerAsync(RestartAppServerRequest request, AsyncHandler<RestartAppServerRequest,RestartAppServerResult> asyncHandler)
AWSElasticBeanstalkAsync
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServerAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request)
AWSElasticBeanstalkAsync
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to download logs retrieved with
RequestEnvironmentInfo.public java.util.concurrent.Future<RetrieveEnvironmentInfoResult> retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
AWSElasticBeanstalkAsync
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfoAsync
in interface AWSElasticBeanstalkAsync
request
- Request to download logs retrieved with
RequestEnvironmentInfo.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request)
AWSElasticBeanstalkAsync
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
request
- Swaps the CNAMEs of two environments.public java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request, AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
AWSElasticBeanstalkAsync
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
request
- Swaps the CNAMEs of two environments.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync()
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest)
public java.util.concurrent.Future<SwapEnvironmentCNAMEsResult> swapEnvironmentCNAMEsAsync(AsyncHandler<SwapEnvironmentCNAMEsRequest,SwapEnvironmentCNAMEsResult> asyncHandler)
swapEnvironmentCNAMEsAsync
in interface AWSElasticBeanstalkAsync
swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest,
com.amazonaws.handlers.AsyncHandler)
public java.util.concurrent.Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Terminates the specified environment.
terminateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to terminate an environment.public java.util.concurrent.Future<TerminateEnvironmentResult> terminateEnvironmentAsync(TerminateEnvironmentRequest request, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Terminates the specified environment.
terminateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to terminate an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AWSElasticBeanstalkAsync
Updates the specified application to have the specified properties.
description
) is not
provided, the value remains unchanged. To clear these properties, specify
an empty string. updateApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an application.public java.util.concurrent.Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified application to have the specified properties.
description
) is not
provided, the value remains unchanged. To clear these properties, specify
an empty string. updateApplicationAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an application.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request)
AWSElasticBeanstalkAsync
Updates the specified application version to have the specified properties.
description
) is not
provided, the value remains unchanged. To clear properties, specify an
empty string. updateApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
public java.util.concurrent.Future<UpdateApplicationVersionResult> updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified application version to have the specified properties.
description
) is not
provided, the value remains unchanged. To clear properties, specify an
empty string. updateApplicationVersionAsync
in interface AWSElasticBeanstalkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request)
AWSElasticBeanstalkAsync
Updates the specified configuration template to have the specified properties or configuration option values.
ApplicationName
) is not
provided, its value remains unchanged. To clear such properties, specify
an empty string. Related Topics
updateConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- The result message containing the options for the specified
solution stack.public java.util.concurrent.Future<UpdateConfigurationTemplateResult> updateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, AsyncHandler<UpdateConfigurationTemplateRequest,UpdateConfigurationTemplateResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the specified configuration template to have the specified properties or configuration option values.
ApplicationName
) is not
provided, its value remains unchanged. To clear such properties, specify
an empty string. Related Topics
updateConfigurationTemplateAsync
in interface AWSElasticBeanstalkAsync
request
- The result message containing the options for the specified
solution stack.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AWSElasticBeanstalkAsync
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
Attempting to update both the release and configuration is not allowed
and AWS Elastic Beanstalk returns an
InvalidParameterCombination
error.
When updating the configuration settings to a new template or individual
settings, a draft configuration is created and
DescribeConfigurationSettings for this environment returns two
setting descriptions with different DeploymentStatus
values.
updateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an environment.public java.util.concurrent.Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSElasticBeanstalkAsync
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
Attempting to update both the release and configuration is not allowed
and AWS Elastic Beanstalk returns an
InvalidParameterCombination
error.
When updating the configuration settings to a new template or individual
settings, a draft configuration is created and
DescribeConfigurationSettings for this environment returns two
setting descriptions with different DeploymentStatus
values.
updateEnvironmentAsync
in interface AWSElasticBeanstalkAsync
request
- Request to update an environment.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public java.util.concurrent.Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request)
AWSElasticBeanstalkAsync
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
validateConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- A list of validation messages for a specified configuration
template.public java.util.concurrent.Future<ValidateConfigurationSettingsResult> validateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request, AsyncHandler<ValidateConfigurationSettingsRequest,ValidateConfigurationSettingsResult> asyncHandler)
AWSElasticBeanstalkAsync
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
validateConfigurationSettingsAsync
in interface AWSElasticBeanstalkAsync
request
- A list of validation messages for a specified configuration
template.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by
getExecutorService().awaitTermination()
prior to calling this
method.shutdown
in interface AWSElasticBeanstalk
shutdown
in class AmazonWebServiceClient