public class AWSElasticBeanstalkClient extends AmazonWebServiceClient implements AWSElasticBeanstalk
AWS Elastic Beanstalk
This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.
AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.
For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl .
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 | 
|---|---|
| protected List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> | exceptionUnmarshallersList of exception unmarshallers for all AWSElasticBeanstalk exceptions. | 
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset| Constructor and Description | 
|---|
| AWSElasticBeanstalkClient()Constructs a new client to invoke service methods on
 AWSElasticBeanstalk. | 
| AWSElasticBeanstalkClient(AWSCredentials awsCredentials)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk using the specified AWS account credentials. | 
| AWSElasticBeanstalkClient(AWSCredentials awsCredentials,
                         ClientConfiguration clientConfiguration)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk using the specified AWS account credentials
 and client configuration options. | 
| AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk using the specified AWS account credentials provider. | 
| AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider,
                         ClientConfiguration clientConfiguration)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk using the specified AWS account credentials
 provider and client configuration options. | 
| AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider,
                         ClientConfiguration clientConfiguration,
                         RequestMetricCollector requestMetricCollector)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk using the specified AWS account credentials
 provider, client configuration options, and request metric collector. | 
| AWSElasticBeanstalkClient(ClientConfiguration clientConfiguration)Constructs a new client to invoke service methods on
 AWSElasticBeanstalk. | 
| Modifier and Type | Method and Description | 
|---|---|
| CheckDNSAvailabilityResult | checkDNSAvailability(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest)
 Checks if the specified CNAME is available. | 
| CreateApplicationResult | createApplication(CreateApplicationRequest createApplicationRequest)
 Creates an application that has one configuration template named
  defaultand no application versions. | 
| CreateApplicationVersionResult | createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
 Creates an application version for the specified application. | 
| CreateConfigurationTemplateResult | createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
 Creates a configuration template. | 
| CreateEnvironmentResult | createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
 Launches an environment for the specified application using the
 specified configuration. | 
| CreateStorageLocationResult | createStorageLocation()
 Creates the Amazon S3 storage location for the account. | 
| CreateStorageLocationResult | createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
 Creates the Amazon S3 storage location for the account. | 
| void | deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
 Deletes the specified application along with all associated versions
 and configurations. | 
| void | deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
 Deletes the specified version from the specified application. | 
| void | deleteConfigurationTemplate(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest)
 Deletes the specified configuration template. | 
| void | deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
 Deletes the draft configuration associated with the running
 environment. | 
| DescribeApplicationsResult | describeApplications()
 Returns the descriptions of existing applications. | 
| DescribeApplicationsResult | describeApplications(DescribeApplicationsRequest describeApplicationsRequest)
 Returns the descriptions of existing applications. | 
| DescribeApplicationVersionsResult | describeApplicationVersions()
 Returns descriptions for existing application versions. | 
| DescribeApplicationVersionsResult | describeApplicationVersions(DescribeApplicationVersionsRequest describeApplicationVersionsRequest)
 Returns descriptions for existing application versions. | 
| DescribeConfigurationOptionsResult | describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
 Describes the configuration options that are used in a particular
 configuration template or environment, or that a specified solution
 stack defines. | 
| DescribeConfigurationSettingsResult | describeConfigurationSettings(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest)
 Returns a description of the settings for the specified configuration
 set, that is, either a configuration template or the configuration set
 associated with a running environment. | 
| DescribeEnvironmentResourcesResult | describeEnvironmentResources(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest)
 Returns AWS resources for this environment. | 
| DescribeEnvironmentsResult | describeEnvironments()
 Returns descriptions for existing environments. | 
| DescribeEnvironmentsResult | describeEnvironments(DescribeEnvironmentsRequest describeEnvironmentsRequest)
 Returns descriptions for existing environments. | 
| DescribeEventsResult | describeEvents()
 Returns list of event descriptions matching criteria up to the last 6
 weeks. | 
| DescribeEventsResult | describeEvents(DescribeEventsRequest describeEventsRequest)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. | 
| ResponseMetadata | getCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful, request, typically used for
 debugging issues where a service isn't acting as expected. | 
| ListAvailableSolutionStacksResult | listAvailableSolutionStacks()
 Returns a list of the available solution stack names. | 
| ListAvailableSolutionStacksResult | listAvailableSolutionStacks(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)
 Returns a list of the available solution stack names. | 
| void | rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)
 Deletes and recreates all of the AWS resources (for example: the Auto
 Scaling group, load balancer, etc.) for a specified environment and
 forces a restart. | 
| void | requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
 Initiates a request to compile the specified type of information of
 the deployed environment. | 
| void | restartAppServer(RestartAppServerRequest restartAppServerRequest)
 Causes the environment to restart the application container server
 running on each Amazon EC2 instance. | 
| RetrieveEnvironmentInfoResult | retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
 Retrieves the compiled information from a RequestEnvironmentInfo
 request. | 
| void | swapEnvironmentCNAMEs()
 Swaps the CNAMEs of two environments. | 
| void | swapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
 Swaps the CNAMEs of two environments. | 
| TerminateEnvironmentResult | terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
 Terminates the specified environment. | 
| UpdateApplicationResult | updateApplication(UpdateApplicationRequest updateApplicationRequest)
 Updates the specified application to have the specified properties. | 
| UpdateApplicationVersionResult | updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
 Updates the specified application version to have the specified
 properties. | 
| UpdateConfigurationTemplateResult | updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)
 Updates the specified configuration template to have the specified
 properties or configuration option values. | 
| UpdateEnvironmentResult | updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
 Updates the environment description, deploys a new application
 version, updates the configuration settings to an entirely new
 configuration template, or updates select configuration option values
 in the running environment. | 
| ValidateConfigurationSettingsResult | validateConfigurationSettings(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest)
 Takes a set of configuration settings and either a configuration
 template or environment, and determines whether those values are
 valid. | 
addRequestHandler, addRequestHandler, configSigner, configSigner, convertToHttpRequest, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setConfiguration, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEndpoint, setRegion, shutdownprotected final List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> exceptionUnmarshallers
public AWSElasticBeanstalkClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChainpublic AWSElasticBeanstalkClient(ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration - The client configuration options controlling how this
                       client connects to AWSElasticBeanstalk
                       (ex: proxy settings, retry counts, etc.).DefaultAWSCredentialsProviderChainpublic AWSElasticBeanstalkClient(AWSCredentials awsCredentials)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials - The AWS credentials (access key ID and secret key) to use
                       when authenticating with AWS services.public AWSElasticBeanstalkClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials - The AWS credentials (access key ID and secret key) to use
                       when authenticating with AWS services.clientConfiguration - The client configuration options controlling how this
                       client connects to AWSElasticBeanstalk
                       (ex: proxy settings, retry counts, etc.).public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
            to authenticate requests with AWS services.public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
            to authenticate requests with AWS services.clientConfiguration - The client configuration options controlling how this
                       client connects to AWSElasticBeanstalk
                       (ex: proxy settings, retry counts, etc.).public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
            to authenticate requests with AWS services.clientConfiguration - The client configuration options controlling how this
                       client connects to AWSElasticBeanstalk
                       (ex: proxy settings, retry counts, etc.).requestMetricCollector - optional request metric collectorpublic CheckDNSAvailabilityResult checkDNSAvailability(CheckDNSAvailabilityRequest checkDNSAvailabilityRequest)
Checks if the specified CNAME is available.
checkDNSAvailability in interface AWSElasticBeanstalkcheckDNSAvailabilityRequest - Container for the necessary
           parameters to execute the CheckDNSAvailability service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeConfigurationOptionsResult describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
describeConfigurationOptions in interface AWSElasticBeanstalkdescribeConfigurationOptionsRequest - Container for the necessary
           parameters to execute the DescribeConfigurationOptions service method
           on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void deleteConfigurationTemplate(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest)
Deletes the specified configuration template.
NOTE:When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.
deleteConfigurationTemplate in interface AWSElasticBeanstalkdeleteConfigurationTemplateRequest - Container for the necessary
           parameters to execute the DeleteConfigurationTemplate service method
           on AWSElasticBeanstalk.OperationInProgressExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Launches an environment for the specified application using the specified configuration.
createEnvironment in interface AWSElasticBeanstalkcreateEnvironmentRequest - Container for the necessary parameters
           to execute the CreateEnvironment service method on
           AWSElasticBeanstalk.TooManyEnvironmentsExceptionInsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateStorageLocationResult createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocation in interface AWSElasticBeanstalkcreateStorageLocationRequest - Container for the necessary
           parameters to execute the CreateStorageLocation service method on
           AWSElasticBeanstalk.InsufficientPrivilegesExceptionS3SubscriptionRequiredExceptionTooManyBucketsExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
Initiates a request to compile the specified type of information of the deployed environment.
 Setting the InfoType to tail compiles the
 last lines from the application server log files of every Amazon EC2
 instance in your environment. Use RetrieveEnvironmentInfo to access
 the compiled information.
 
Related Topics
requestEnvironmentInfo in interface AWSElasticBeanstalkrequestEnvironmentInfoRequest - Container for the necessary
           parameters to execute the RequestEnvironmentInfo service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateApplicationVersionResult createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application.
NOTE:Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.
createApplicationVersion in interface AWSElasticBeanstalkcreateApplicationVersionRequest - Container for the necessary
           parameters to execute the CreateApplicationVersion service method on
           AWSElasticBeanstalk.TooManyApplicationsExceptionInsufficientPrivilegesExceptionTooManyApplicationVersionsExceptionS3LocationNotInServiceRegionExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
NOTE:You cannot delete an application version that is associated with a running environment.
deleteApplicationVersion in interface AWSElasticBeanstalkdeleteApplicationVersionRequest - Container for the necessary
           parameters to execute the DeleteApplicationVersion service method on
           AWSElasticBeanstalk.OperationInProgressExceptionInsufficientPrivilegesExceptionSourceBundleDeletionExceptionS3LocationNotInServiceRegionExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeApplicationVersionsResult describeApplicationVersions(DescribeApplicationVersionsRequest describeApplicationVersionsRequest)
Returns descriptions for existing application versions.
describeApplicationVersions in interface AWSElasticBeanstalkdescribeApplicationVersionsRequest - Container for the necessary
           parameters to execute the DescribeApplicationVersions service method
           on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
NOTE:You cannot delete an application that has a running environment.
deleteApplication in interface AWSElasticBeanstalkdeleteApplicationRequest - Container for the necessary parameters
           to execute the DeleteApplication service method on
           AWSElasticBeanstalk.OperationInProgressExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public UpdateApplicationVersionResult updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties.
NOTE: If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.
updateApplicationVersion in interface AWSElasticBeanstalkupdateApplicationVersionRequest - Container for the necessary
           parameters to execute the UpdateApplicationVersion service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
 Creates an application that has one configuration template named
 default and no application versions.
 
createApplication in interface AWSElasticBeanstalkcreateApplicationRequest - Container for the necessary parameters
           to execute the CreateApplication service method on
           AWSElasticBeanstalk.TooManyApplicationsExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void swapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEs in interface AWSElasticBeanstalkswapEnvironmentCNAMEsRequest - Container for the necessary
           parameters to execute the SwapEnvironmentCNAMEs service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public UpdateConfigurationTemplateResult updateConfigurationTemplate(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest)
Updates the specified configuration template to have the specified properties or configuration option values.
NOTE: If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.
Related Topics
updateConfigurationTemplate in interface AWSElasticBeanstalkupdateConfigurationTemplateRequest - Container for the necessary
           parameters to execute the UpdateConfigurationTemplate service method
           on AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public RetrieveEnvironmentInfoResult retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
Retrieves the compiled information from a RequestEnvironmentInfo request.
Related Topics
retrieveEnvironmentInfo in interface AWSElasticBeanstalkretrieveEnvironmentInfoRequest - Container for the necessary
           parameters to execute the RetrieveEnvironmentInfo service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public ListAvailableSolutionStacksResult listAvailableSolutionStacks(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)
Returns a list of the available solution stack names.
listAvailableSolutionStacks in interface AWSElasticBeanstalklistAvailableSolutionStacksRequest - Container for the necessary
           parameters to execute the ListAvailableSolutionStacks service method
           on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public UpdateApplicationResult updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties.
NOTE: If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.
updateApplication in interface AWSElasticBeanstalkupdateApplicationRequest - Container for the necessary parameters
           to execute the UpdateApplication service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeEnvironmentsResult describeEnvironments(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Returns descriptions for existing environments.
describeEnvironments in interface AWSElasticBeanstalkdescribeEnvironmentsRequest - Container for the necessary
           parameters to execute the DescribeEnvironments service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeEnvironmentResourcesResult describeEnvironmentResources(DescribeEnvironmentResourcesRequest describeEnvironmentResourcesRequest)
Returns AWS resources for this environment.
describeEnvironmentResources in interface AWSElasticBeanstalkdescribeEnvironmentResourcesRequest - Container for the necessary
           parameters to execute the DescribeEnvironmentResources service method
           on AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public TerminateEnvironmentResult terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
Terminates the specified environment.
terminateEnvironment in interface AWSElasticBeanstalkterminateEnvironmentRequest - Container for the necessary
           parameters to execute the TerminateEnvironment service method on
           AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public ValidateConfigurationSettingsResult validateConfigurationSettings(ValidateConfigurationSettingsRequest validateConfigurationSettingsRequest)
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
validateConfigurationSettings in interface AWSElasticBeanstalkvalidateConfigurationSettingsRequest - Container for the
           necessary parameters to execute the ValidateConfigurationSettings
           service method on AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void restartAppServer(RestartAppServerRequest restartAppServerRequest)
Causes the environment to restart the application container server running on each Amazon EC2 instance.
restartAppServer in interface AWSElasticBeanstalkrestartAppServerRequest - Container for the necessary parameters
           to execute the RestartAppServer service method on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void deleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest deleteEnvironmentConfigurationRequest)
Deletes the draft configuration associated with the running environment.
 Updating a running environment with any configuration changes creates
 a draft configuration set. You can get the draft configuration using
 DescribeConfigurationSettings while the update is in progress or if
 the update fails. The DeploymentStatus for the draft
 configuration indicates whether the deployment is in process or has
 failed. The draft configuration remains in existence until it is
 deleted with this action.
 
deleteEnvironmentConfiguration in interface AWSElasticBeanstalkdeleteEnvironmentConfigurationRequest - Container for the
           necessary parameters to execute the DeleteEnvironmentConfiguration
           service method on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
 Attempting to update both the release and configuration is not
 allowed and AWS Elastic Beanstalk returns an
 InvalidParameterCombination error.
 
 When updating the configuration settings to a new template or
 individual settings, a draft configuration is created and
 DescribeConfigurationSettings for this environment returns two setting
 descriptions with different DeploymentStatus values.
 
updateEnvironment in interface AWSElasticBeanstalkupdateEnvironmentRequest - Container for the necessary parameters
           to execute the UpdateEnvironment service method on
           AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateConfigurationTemplateResult createConfigurationTemplate(CreateConfigurationTemplateRequest createConfigurationTemplateRequest)
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
createConfigurationTemplate in interface AWSElasticBeanstalkcreateConfigurationTemplateRequest - Container for the necessary
           parameters to execute the CreateConfigurationTemplate service method
           on AWSElasticBeanstalk.InsufficientPrivilegesExceptionTooManyConfigurationTemplatesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeConfigurationSettingsResult describeConfigurationSettings(DescribeConfigurationSettingsRequest describeConfigurationSettingsRequest)
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
describeConfigurationSettings in interface AWSElasticBeanstalkdescribeConfigurationSettingsRequest - Container for the
           necessary parameters to execute the DescribeConfigurationSettings
           service method on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeApplicationsResult describeApplications(DescribeApplicationsRequest describeApplicationsRequest)
Returns the descriptions of existing applications.
describeApplications in interface AWSElasticBeanstalkdescribeApplicationsRequest - Container for the necessary
           parameters to execute the DescribeApplications service method on
           AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
rebuildEnvironment in interface AWSElasticBeanstalkrebuildEnvironmentRequest - Container for the necessary
           parameters to execute the RebuildEnvironment service method on
           AWSElasticBeanstalk.InsufficientPrivilegesExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeEventsResult describeEvents(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
NOTE: This action returns the most recent 1,000 events from the specified NextToken.
describeEvents in interface AWSElasticBeanstalkdescribeEventsRequest - Container for the necessary parameters to
           execute the DescribeEvents service method on AWSElasticBeanstalk.AmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public CreateStorageLocationResult createStorageLocation() throws AmazonServiceException, AmazonClientException
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
createStorageLocation in interface AWSElasticBeanstalkInsufficientPrivilegesExceptionS3SubscriptionRequiredExceptionTooManyBucketsExceptionAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeApplicationVersionsResult describeApplicationVersions() throws AmazonServiceException, AmazonClientException
Returns descriptions for existing application versions.
describeApplicationVersions in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public void swapEnvironmentCNAMEs()
                           throws AmazonServiceException,
                                  AmazonClientException
Swaps the CNAMEs of two environments.
swapEnvironmentCNAMEs in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public ListAvailableSolutionStacksResult listAvailableSolutionStacks() throws AmazonServiceException, AmazonClientException
Returns a list of the available solution stack names.
listAvailableSolutionStacks in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeEnvironmentsResult describeEnvironments() throws AmazonServiceException, AmazonClientException
Returns descriptions for existing environments.
describeEnvironments in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeApplicationsResult describeApplications() throws AmazonServiceException, AmazonClientException
Returns the descriptions of existing applications.
describeApplications in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public DescribeEventsResult describeEvents() throws AmazonServiceException, AmazonClientException
Returns list of event descriptions matching criteria up to the last 6 weeks.
NOTE: This action returns the most recent 1,000 events from the specified NextToken.
describeEvents in interface AWSElasticBeanstalkAmazonClientException - If any internal errors are encountered inside the client while
             attempting to make the request or handle the response.  For example
             if a network connection is not available.AmazonServiceException - If an error response is returned by AWSElasticBeanstalk indicating
             either a problem with the data in the request, or a server side issue.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AWSElasticBeanstalkrequest - The originally executed requestCopyright © 2014. All rights reserved.