AWS SDK for C++  0.14.3
AWS SDK for C++
Public Types | Public Member Functions | List of all members
Aws::ElasticBeanstalk::ElasticBeanstalkClient Class Reference

#include <ElasticBeanstalkClient.h>

+ Inheritance diagram for Aws::ElasticBeanstalk::ElasticBeanstalkClient:

Public Types

typedef Aws::Client::AWSXMLClient BASECLASS
 
- Public Types inherited from Aws::Client::AWSXMLClient
typedef AWSClient BASECLASS
 

Public Member Functions

 ElasticBeanstalkClient (const Client::ClientConfiguration &clientConfiguration=Client::ClientConfiguration())
 
 ElasticBeanstalkClient (const Auth::AWSCredentials &credentials, const Client::ClientConfiguration &clientConfiguration=Client::ClientConfiguration())
 
 ElasticBeanstalkClient (const std::shared_ptr< Auth::AWSCredentialsProvider > &credentialsProvider, const Client::ClientConfiguration &clientConfiguration=Client::ClientConfiguration())
 
virtual ~ElasticBeanstalkClient ()
 
virtual Model::AbortEnvironmentUpdateOutcome AbortEnvironmentUpdate (const Model::AbortEnvironmentUpdateRequest &request) const
 
virtual Model::AbortEnvironmentUpdateOutcomeCallable AbortEnvironmentUpdateCallable (const Model::AbortEnvironmentUpdateRequest &request) const
 
virtual void AbortEnvironmentUpdateAsync (const Model::AbortEnvironmentUpdateRequest &request, const AbortEnvironmentUpdateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::ApplyEnvironmentManagedActionOutcome ApplyEnvironmentManagedAction (const Model::ApplyEnvironmentManagedActionRequest &request) const
 
virtual Model::ApplyEnvironmentManagedActionOutcomeCallable ApplyEnvironmentManagedActionCallable (const Model::ApplyEnvironmentManagedActionRequest &request) const
 
virtual void ApplyEnvironmentManagedActionAsync (const Model::ApplyEnvironmentManagedActionRequest &request, const ApplyEnvironmentManagedActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CheckDNSAvailabilityOutcome CheckDNSAvailability (const Model::CheckDNSAvailabilityRequest &request) const
 
virtual Model::CheckDNSAvailabilityOutcomeCallable CheckDNSAvailabilityCallable (const Model::CheckDNSAvailabilityRequest &request) const
 
virtual void CheckDNSAvailabilityAsync (const Model::CheckDNSAvailabilityRequest &request, const CheckDNSAvailabilityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::ComposeEnvironmentsOutcome ComposeEnvironments (const Model::ComposeEnvironmentsRequest &request) const
 
virtual Model::ComposeEnvironmentsOutcomeCallable ComposeEnvironmentsCallable (const Model::ComposeEnvironmentsRequest &request) const
 
virtual void ComposeEnvironmentsAsync (const Model::ComposeEnvironmentsRequest &request, const ComposeEnvironmentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CreateApplicationOutcome CreateApplication (const Model::CreateApplicationRequest &request) const
 
virtual Model::CreateApplicationOutcomeCallable CreateApplicationCallable (const Model::CreateApplicationRequest &request) const
 
virtual void CreateApplicationAsync (const Model::CreateApplicationRequest &request, const CreateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CreateApplicationVersionOutcome CreateApplicationVersion (const Model::CreateApplicationVersionRequest &request) const
 
virtual Model::CreateApplicationVersionOutcomeCallable CreateApplicationVersionCallable (const Model::CreateApplicationVersionRequest &request) const
 
virtual void CreateApplicationVersionAsync (const Model::CreateApplicationVersionRequest &request, const CreateApplicationVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CreateConfigurationTemplateOutcome CreateConfigurationTemplate (const Model::CreateConfigurationTemplateRequest &request) const
 
virtual Model::CreateConfigurationTemplateOutcomeCallable CreateConfigurationTemplateCallable (const Model::CreateConfigurationTemplateRequest &request) const
 
virtual void CreateConfigurationTemplateAsync (const Model::CreateConfigurationTemplateRequest &request, const CreateConfigurationTemplateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CreateEnvironmentOutcome CreateEnvironment (const Model::CreateEnvironmentRequest &request) const
 
virtual Model::CreateEnvironmentOutcomeCallable CreateEnvironmentCallable (const Model::CreateEnvironmentRequest &request) const
 
virtual void CreateEnvironmentAsync (const Model::CreateEnvironmentRequest &request, const CreateEnvironmentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::CreateStorageLocationOutcome CreateStorageLocation (const Model::CreateStorageLocationRequest &request) const
 
virtual Model::CreateStorageLocationOutcomeCallable CreateStorageLocationCallable (const Model::CreateStorageLocationRequest &request) const
 
virtual void CreateStorageLocationAsync (const Model::CreateStorageLocationRequest &request, const CreateStorageLocationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DeleteApplicationOutcome DeleteApplication (const Model::DeleteApplicationRequest &request) const
 
virtual Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable (const Model::DeleteApplicationRequest &request) const
 
virtual void DeleteApplicationAsync (const Model::DeleteApplicationRequest &request, const DeleteApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DeleteApplicationVersionOutcome DeleteApplicationVersion (const Model::DeleteApplicationVersionRequest &request) const
 
virtual Model::DeleteApplicationVersionOutcomeCallable DeleteApplicationVersionCallable (const Model::DeleteApplicationVersionRequest &request) const
 
virtual void DeleteApplicationVersionAsync (const Model::DeleteApplicationVersionRequest &request, const DeleteApplicationVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DeleteConfigurationTemplateOutcome DeleteConfigurationTemplate (const Model::DeleteConfigurationTemplateRequest &request) const
 
virtual Model::DeleteConfigurationTemplateOutcomeCallable DeleteConfigurationTemplateCallable (const Model::DeleteConfigurationTemplateRequest &request) const
 
virtual void DeleteConfigurationTemplateAsync (const Model::DeleteConfigurationTemplateRequest &request, const DeleteConfigurationTemplateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DeleteEnvironmentConfigurationOutcome DeleteEnvironmentConfiguration (const Model::DeleteEnvironmentConfigurationRequest &request) const
 
virtual Model::DeleteEnvironmentConfigurationOutcomeCallable DeleteEnvironmentConfigurationCallable (const Model::DeleteEnvironmentConfigurationRequest &request) const
 
virtual void DeleteEnvironmentConfigurationAsync (const Model::DeleteEnvironmentConfigurationRequest &request, const DeleteEnvironmentConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeApplicationVersionsOutcome DescribeApplicationVersions (const Model::DescribeApplicationVersionsRequest &request) const
 
virtual Model::DescribeApplicationVersionsOutcomeCallable DescribeApplicationVersionsCallable (const Model::DescribeApplicationVersionsRequest &request) const
 
virtual void DescribeApplicationVersionsAsync (const Model::DescribeApplicationVersionsRequest &request, const DescribeApplicationVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeApplicationsOutcome DescribeApplications (const Model::DescribeApplicationsRequest &request) const
 
virtual Model::DescribeApplicationsOutcomeCallable DescribeApplicationsCallable (const Model::DescribeApplicationsRequest &request) const
 
virtual void DescribeApplicationsAsync (const Model::DescribeApplicationsRequest &request, const DescribeApplicationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeConfigurationOptionsOutcome DescribeConfigurationOptions (const Model::DescribeConfigurationOptionsRequest &request) const
 
virtual Model::DescribeConfigurationOptionsOutcomeCallable DescribeConfigurationOptionsCallable (const Model::DescribeConfigurationOptionsRequest &request) const
 
virtual void DescribeConfigurationOptionsAsync (const Model::DescribeConfigurationOptionsRequest &request, const DescribeConfigurationOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeConfigurationSettingsOutcome DescribeConfigurationSettings (const Model::DescribeConfigurationSettingsRequest &request) const
 
virtual Model::DescribeConfigurationSettingsOutcomeCallable DescribeConfigurationSettingsCallable (const Model::DescribeConfigurationSettingsRequest &request) const
 
virtual void DescribeConfigurationSettingsAsync (const Model::DescribeConfigurationSettingsRequest &request, const DescribeConfigurationSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEnvironmentHealthOutcome DescribeEnvironmentHealth (const Model::DescribeEnvironmentHealthRequest &request) const
 
virtual Model::DescribeEnvironmentHealthOutcomeCallable DescribeEnvironmentHealthCallable (const Model::DescribeEnvironmentHealthRequest &request) const
 
virtual void DescribeEnvironmentHealthAsync (const Model::DescribeEnvironmentHealthRequest &request, const DescribeEnvironmentHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEnvironmentManagedActionHistoryOutcome DescribeEnvironmentManagedActionHistory (const Model::DescribeEnvironmentManagedActionHistoryRequest &request) const
 
virtual Model::DescribeEnvironmentManagedActionHistoryOutcomeCallable DescribeEnvironmentManagedActionHistoryCallable (const Model::DescribeEnvironmentManagedActionHistoryRequest &request) const
 
virtual void DescribeEnvironmentManagedActionHistoryAsync (const Model::DescribeEnvironmentManagedActionHistoryRequest &request, const DescribeEnvironmentManagedActionHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEnvironmentManagedActionsOutcome DescribeEnvironmentManagedActions (const Model::DescribeEnvironmentManagedActionsRequest &request) const
 
virtual Model::DescribeEnvironmentManagedActionsOutcomeCallable DescribeEnvironmentManagedActionsCallable (const Model::DescribeEnvironmentManagedActionsRequest &request) const
 
virtual void DescribeEnvironmentManagedActionsAsync (const Model::DescribeEnvironmentManagedActionsRequest &request, const DescribeEnvironmentManagedActionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEnvironmentResourcesOutcome DescribeEnvironmentResources (const Model::DescribeEnvironmentResourcesRequest &request) const
 
virtual Model::DescribeEnvironmentResourcesOutcomeCallable DescribeEnvironmentResourcesCallable (const Model::DescribeEnvironmentResourcesRequest &request) const
 
virtual void DescribeEnvironmentResourcesAsync (const Model::DescribeEnvironmentResourcesRequest &request, const DescribeEnvironmentResourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEnvironmentsOutcome DescribeEnvironments (const Model::DescribeEnvironmentsRequest &request) const
 
virtual Model::DescribeEnvironmentsOutcomeCallable DescribeEnvironmentsCallable (const Model::DescribeEnvironmentsRequest &request) const
 
virtual void DescribeEnvironmentsAsync (const Model::DescribeEnvironmentsRequest &request, const DescribeEnvironmentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeEventsOutcome DescribeEvents (const Model::DescribeEventsRequest &request) const
 
virtual Model::DescribeEventsOutcomeCallable DescribeEventsCallable (const Model::DescribeEventsRequest &request) const
 
virtual void DescribeEventsAsync (const Model::DescribeEventsRequest &request, const DescribeEventsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::DescribeInstancesHealthOutcome DescribeInstancesHealth (const Model::DescribeInstancesHealthRequest &request) const
 
virtual Model::DescribeInstancesHealthOutcomeCallable DescribeInstancesHealthCallable (const Model::DescribeInstancesHealthRequest &request) const
 
virtual void DescribeInstancesHealthAsync (const Model::DescribeInstancesHealthRequest &request, const DescribeInstancesHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::ListAvailableSolutionStacksOutcome ListAvailableSolutionStacks (const Model::ListAvailableSolutionStacksRequest &request) const
 
virtual Model::ListAvailableSolutionStacksOutcomeCallable ListAvailableSolutionStacksCallable (const Model::ListAvailableSolutionStacksRequest &request) const
 
virtual void ListAvailableSolutionStacksAsync (const Model::ListAvailableSolutionStacksRequest &request, const ListAvailableSolutionStacksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::RebuildEnvironmentOutcome RebuildEnvironment (const Model::RebuildEnvironmentRequest &request) const
 
virtual Model::RebuildEnvironmentOutcomeCallable RebuildEnvironmentCallable (const Model::RebuildEnvironmentRequest &request) const
 
virtual void RebuildEnvironmentAsync (const Model::RebuildEnvironmentRequest &request, const RebuildEnvironmentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::RequestEnvironmentInfoOutcome RequestEnvironmentInfo (const Model::RequestEnvironmentInfoRequest &request) const
 
virtual Model::RequestEnvironmentInfoOutcomeCallable RequestEnvironmentInfoCallable (const Model::RequestEnvironmentInfoRequest &request) const
 
virtual void RequestEnvironmentInfoAsync (const Model::RequestEnvironmentInfoRequest &request, const RequestEnvironmentInfoResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::RestartAppServerOutcome RestartAppServer (const Model::RestartAppServerRequest &request) const
 
virtual Model::RestartAppServerOutcomeCallable RestartAppServerCallable (const Model::RestartAppServerRequest &request) const
 
virtual void RestartAppServerAsync (const Model::RestartAppServerRequest &request, const RestartAppServerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::RetrieveEnvironmentInfoOutcome RetrieveEnvironmentInfo (const Model::RetrieveEnvironmentInfoRequest &request) const
 
virtual Model::RetrieveEnvironmentInfoOutcomeCallable RetrieveEnvironmentInfoCallable (const Model::RetrieveEnvironmentInfoRequest &request) const
 
virtual void RetrieveEnvironmentInfoAsync (const Model::RetrieveEnvironmentInfoRequest &request, const RetrieveEnvironmentInfoResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::SwapEnvironmentCNAMEsOutcome SwapEnvironmentCNAMEs (const Model::SwapEnvironmentCNAMEsRequest &request) const
 
virtual Model::SwapEnvironmentCNAMEsOutcomeCallable SwapEnvironmentCNAMEsCallable (const Model::SwapEnvironmentCNAMEsRequest &request) const
 
virtual void SwapEnvironmentCNAMEsAsync (const Model::SwapEnvironmentCNAMEsRequest &request, const SwapEnvironmentCNAMEsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::TerminateEnvironmentOutcome TerminateEnvironment (const Model::TerminateEnvironmentRequest &request) const
 
virtual Model::TerminateEnvironmentOutcomeCallable TerminateEnvironmentCallable (const Model::TerminateEnvironmentRequest &request) const
 
virtual void TerminateEnvironmentAsync (const Model::TerminateEnvironmentRequest &request, const TerminateEnvironmentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::UpdateApplicationOutcome UpdateApplication (const Model::UpdateApplicationRequest &request) const
 
virtual Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable (const Model::UpdateApplicationRequest &request) const
 
virtual void UpdateApplicationAsync (const Model::UpdateApplicationRequest &request, const UpdateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::UpdateApplicationVersionOutcome UpdateApplicationVersion (const Model::UpdateApplicationVersionRequest &request) const
 
virtual Model::UpdateApplicationVersionOutcomeCallable UpdateApplicationVersionCallable (const Model::UpdateApplicationVersionRequest &request) const
 
virtual void UpdateApplicationVersionAsync (const Model::UpdateApplicationVersionRequest &request, const UpdateApplicationVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::UpdateConfigurationTemplateOutcome UpdateConfigurationTemplate (const Model::UpdateConfigurationTemplateRequest &request) const
 
virtual Model::UpdateConfigurationTemplateOutcomeCallable UpdateConfigurationTemplateCallable (const Model::UpdateConfigurationTemplateRequest &request) const
 
virtual void UpdateConfigurationTemplateAsync (const Model::UpdateConfigurationTemplateRequest &request, const UpdateConfigurationTemplateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::UpdateEnvironmentOutcome UpdateEnvironment (const Model::UpdateEnvironmentRequest &request) const
 
virtual Model::UpdateEnvironmentOutcomeCallable UpdateEnvironmentCallable (const Model::UpdateEnvironmentRequest &request) const
 
virtual void UpdateEnvironmentAsync (const Model::UpdateEnvironmentRequest &request, const UpdateEnvironmentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::ValidateConfigurationSettingsOutcome ValidateConfigurationSettings (const Model::ValidateConfigurationSettingsRequest &request) const
 
virtual Model::ValidateConfigurationSettingsOutcomeCallable ValidateConfigurationSettingsCallable (const Model::ValidateConfigurationSettingsRequest &request) const
 
virtual void ValidateConfigurationSettingsAsync (const Model::ValidateConfigurationSettingsRequest &request, const ValidateConfigurationSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
- Public Member Functions inherited from Aws::Client::AWSXMLClient
 AWSXMLClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSXMLClient ()=default
 
- Public Member Functions inherited from Aws::Client::AWSClient
 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSClient ()
 
Aws::String GeneratePresignedUrl (Aws::Http::URI &uri, Aws::Http::HttpMethod method, long long expirationInSeconds=0)
 
void DisableRequestProcessing ()
 
void EnableRequestProcessing ()
 

Additional Inherited Members

- Protected Member Functions inherited from Aws::Client::AWSXMLClient
virtual AWSError< CoreErrorsBuildAWSError (const std::shared_ptr< Aws::Http::HttpResponse > &response) const override
 
XmlOutcome MakeRequest (const Aws::String &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST) const
 
XmlOutcome MakeRequest (const Aws::String &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST) const
 
- Protected Member Functions inherited from Aws::Client::AWSClient
HttpResponseOutcome AttemptExhaustively (const Aws::String &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod httpMethod) const
 
HttpResponseOutcome AttemptExhaustively (const Aws::String &uri, Http::HttpMethod httpMethod) const
 
HttpResponseOutcome AttemptOneRequest (const Aws::String &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod httpMethod) const
 
HttpResponseOutcome AttemptOneRequest (const Aws::String &uri, Http::HttpMethod httpMethod) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::String &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST) const
 
virtual void BuildHttpRequest (const Aws::AmazonWebServiceRequest &request, const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest) const
 
const std::shared_ptr< AWSErrorMarshaller > & GetErrorMarshaller () const
 

Detailed Description

<fullname>AWS Elastic Beanstalk</fullname>

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.

Definition at line 263 of file ElasticBeanstalkClient.h.

Member Typedef Documentation

Definition at line 266 of file ElasticBeanstalkClient.h.

Constructor & Destructor Documentation

Aws::ElasticBeanstalk::ElasticBeanstalkClient::ElasticBeanstalkClient ( const Client::ClientConfiguration clientConfiguration = Client::ClientConfiguration())

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

Aws::ElasticBeanstalk::ElasticBeanstalkClient::ElasticBeanstalkClient ( const Auth::AWSCredentials credentials,
const Client::ClientConfiguration clientConfiguration = Client::ClientConfiguration() 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

Aws::ElasticBeanstalk::ElasticBeanstalkClient::ElasticBeanstalkClient ( const std::shared_ptr< Auth::AWSCredentialsProvider > &  credentialsProvider,
const Client::ClientConfiguration clientConfiguration = Client::ClientConfiguration() 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

virtual Aws::ElasticBeanstalk::ElasticBeanstalkClient::~ElasticBeanstalkClient ( )
virtual

Member Function Documentation

virtual Model::AbortEnvironmentUpdateOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::AbortEnvironmentUpdate ( const Model::AbortEnvironmentUpdateRequest request) const
virtual

Cancels in-progress environment configuration update or application version deployment.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::AbortEnvironmentUpdateAsync ( const Model::AbortEnvironmentUpdateRequest request,
const AbortEnvironmentUpdateResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Cancels in-progress environment configuration update or application version deployment.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::AbortEnvironmentUpdateOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::AbortEnvironmentUpdateCallable ( const Model::AbortEnvironmentUpdateRequest request) const
virtual

Cancels in-progress environment configuration update or application version deployment.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::ApplyEnvironmentManagedActionOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::ApplyEnvironmentManagedAction ( const Model::ApplyEnvironmentManagedActionRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::ApplyEnvironmentManagedActionAsync ( const Model::ApplyEnvironmentManagedActionRequest request,
const ApplyEnvironmentManagedActionResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::ApplyEnvironmentManagedActionOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::ApplyEnvironmentManagedActionCallable ( const Model::ApplyEnvironmentManagedActionRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CheckDNSAvailabilityOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CheckDNSAvailability ( const Model::CheckDNSAvailabilityRequest request) const
virtual

Checks if the specified CNAME is available.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CheckDNSAvailabilityAsync ( const Model::CheckDNSAvailabilityRequest request,
const CheckDNSAvailabilityResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Checks if the specified CNAME is available.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CheckDNSAvailabilityOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CheckDNSAvailabilityCallable ( const Model::CheckDNSAvailabilityRequest request) const
virtual

Checks if the specified CNAME is available.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::ComposeEnvironmentsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::ComposeEnvironments ( const Model::ComposeEnvironmentsRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::ComposeEnvironmentsAsync ( const Model::ComposeEnvironmentsRequest request,
const ComposeEnvironmentsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::ComposeEnvironmentsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::ComposeEnvironmentsCallable ( const Model::ComposeEnvironmentsRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CreateApplicationOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplication ( const Model::CreateApplicationRequest request) const
virtual

Creates an application that has one configuration template named default and no application versions.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplicationAsync ( const Model::CreateApplicationRequest request,
const CreateApplicationResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Creates an application that has one configuration template named default and no application versions.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CreateApplicationOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplicationCallable ( const Model::CreateApplicationRequest request) const
virtual

Creates an application that has one configuration template named default and no application versions.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CreateApplicationVersionOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplicationVersion ( const Model::CreateApplicationVersionRequest request) const
virtual

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. </note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplicationVersionAsync ( const Model::CreateApplicationVersionRequest request,
const CreateApplicationVersionResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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. </note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CreateApplicationVersionOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateApplicationVersionCallable ( const Model::CreateApplicationVersionRequest request) const
virtual

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. </note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CreateConfigurationTemplateOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateConfigurationTemplate ( const Model::CreateConfigurationTemplateRequest request) const
virtual

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

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks
virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateConfigurationTemplateAsync ( const Model::CreateConfigurationTemplateRequest request,
const CreateConfigurationTemplateResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CreateConfigurationTemplateOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateConfigurationTemplateCallable ( const Model::CreateConfigurationTemplateRequest request) const
virtual

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

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CreateEnvironmentOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateEnvironment ( const Model::CreateEnvironmentRequest request) const
virtual

Launches an environment for the specified application using the specified configuration.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateEnvironmentAsync ( const Model::CreateEnvironmentRequest request,
const CreateEnvironmentResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Launches an environment for the specified application using the specified configuration.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CreateEnvironmentOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateEnvironmentCallable ( const Model::CreateEnvironmentRequest request) const
virtual

Launches an environment for the specified application using the specified configuration.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::CreateStorageLocationOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateStorageLocation ( const Model::CreateStorageLocationRequest request) const
virtual

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateStorageLocationAsync ( const Model::CreateStorageLocationRequest request,
const CreateStorageLocationResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::CreateStorageLocationOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::CreateStorageLocationCallable ( const Model::CreateStorageLocationRequest request) const
virtual

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DeleteApplicationOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplication ( const Model::DeleteApplicationRequest request) const
virtual

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. </note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplicationAsync ( const Model::DeleteApplicationRequest request,
const DeleteApplicationResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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. </note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DeleteApplicationOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplicationCallable ( const Model::DeleteApplicationRequest request) const
virtual

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. </note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DeleteApplicationVersionOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplicationVersion ( const Model::DeleteApplicationVersionRequest request) const
virtual

Deletes the specified version from the specified application.

<note>You cannot delete an application version that is associated with a running environment.</note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplicationVersionAsync ( const Model::DeleteApplicationVersionRequest request,
const DeleteApplicationVersionResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Deletes the specified version from the specified application.

<note>You cannot delete an application version that is associated with a running environment.</note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DeleteApplicationVersionOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteApplicationVersionCallable ( const Model::DeleteApplicationVersionRequest request) const
virtual

Deletes the specified version from the specified application.

<note>You cannot delete an application version that is associated with a running environment.</note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DeleteConfigurationTemplateOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteConfigurationTemplate ( const Model::DeleteConfigurationTemplateRequest request) const
virtual

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.</note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteConfigurationTemplateAsync ( const Model::DeleteConfigurationTemplateRequest request,
const DeleteConfigurationTemplateResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.</note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DeleteConfigurationTemplateOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteConfigurationTemplateCallable ( const Model::DeleteConfigurationTemplateRequest request) const
virtual

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.</note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DeleteEnvironmentConfigurationOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteEnvironmentConfiguration ( const Model::DeleteEnvironmentConfigurationRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteEnvironmentConfigurationAsync ( const Model::DeleteEnvironmentConfigurationRequest request,
const DeleteEnvironmentConfigurationResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DeleteEnvironmentConfigurationOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DeleteEnvironmentConfigurationCallable ( const Model::DeleteEnvironmentConfigurationRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeApplicationsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplications ( const Model::DescribeApplicationsRequest request) const
virtual

Returns the descriptions of existing applications.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplicationsAsync ( const Model::DescribeApplicationsRequest request,
const DescribeApplicationsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Returns the descriptions of existing applications.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeApplicationsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplicationsCallable ( const Model::DescribeApplicationsRequest request) const
virtual

Returns the descriptions of existing applications.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeApplicationVersionsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplicationVersions ( const Model::DescribeApplicationVersionsRequest request) const
virtual

Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplicationVersionsAsync ( const Model::DescribeApplicationVersionsRequest request,
const DescribeApplicationVersionsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeApplicationVersionsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeApplicationVersionsCallable ( const Model::DescribeApplicationVersionsRequest request) const
virtual

Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeConfigurationOptionsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationOptions ( const Model::DescribeConfigurationOptionsRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationOptionsAsync ( const Model::DescribeConfigurationOptionsRequest request,
const DescribeConfigurationOptionsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeConfigurationOptionsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationOptionsCallable ( const Model::DescribeConfigurationOptionsRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeConfigurationSettingsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationSettings ( const Model::DescribeConfigurationSettingsRequest request) const
virtual

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

  • DeleteEnvironmentConfiguration
virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationSettingsAsync ( const Model::DescribeConfigurationSettingsRequest request,
const DescribeConfigurationSettingsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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

  • DeleteEnvironmentConfiguration

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeConfigurationSettingsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeConfigurationSettingsCallable ( const Model::DescribeConfigurationSettingsRequest request) const
virtual

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

  • DeleteEnvironmentConfiguration

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEnvironmentHealthOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentHealth ( const Model::DescribeEnvironmentHealthRequest request) const
virtual

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentHealthAsync ( const Model::DescribeEnvironmentHealthRequest request,
const DescribeEnvironmentHealthResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEnvironmentHealthOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentHealthCallable ( const Model::DescribeEnvironmentHealthRequest request) const
virtual

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEnvironmentManagedActionHistoryOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActionHistory ( const Model::DescribeEnvironmentManagedActionHistoryRequest request) const
virtual

Lists an environment's completed and failed managed actions.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActionHistoryAsync ( const Model::DescribeEnvironmentManagedActionHistoryRequest request,
const DescribeEnvironmentManagedActionHistoryResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Lists an environment's completed and failed managed actions.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEnvironmentManagedActionHistoryOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActionHistoryCallable ( const Model::DescribeEnvironmentManagedActionHistoryRequest request) const
virtual

Lists an environment's completed and failed managed actions.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEnvironmentManagedActionsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActions ( const Model::DescribeEnvironmentManagedActionsRequest request) const
virtual

Lists an environment's upcoming and in-progress managed actions.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActionsAsync ( const Model::DescribeEnvironmentManagedActionsRequest request,
const DescribeEnvironmentManagedActionsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Lists an environment's upcoming and in-progress managed actions.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEnvironmentManagedActionsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentManagedActionsCallable ( const Model::DescribeEnvironmentManagedActionsRequest request) const
virtual

Lists an environment's upcoming and in-progress managed actions.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEnvironmentResourcesOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentResources ( const Model::DescribeEnvironmentResourcesRequest request) const
virtual

Returns AWS resources for this environment.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentResourcesAsync ( const Model::DescribeEnvironmentResourcesRequest request,
const DescribeEnvironmentResourcesResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Returns AWS resources for this environment.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEnvironmentResourcesOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentResourcesCallable ( const Model::DescribeEnvironmentResourcesRequest request) const
virtual

Returns AWS resources for this environment.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEnvironmentsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironments ( const Model::DescribeEnvironmentsRequest request) const
virtual

Returns descriptions for existing environments.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentsAsync ( const Model::DescribeEnvironmentsRequest request,
const DescribeEnvironmentsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Returns descriptions for existing environments.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEnvironmentsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEnvironmentsCallable ( const Model::DescribeEnvironmentsRequest request) const
virtual

Returns descriptions for existing environments.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeEventsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEvents ( const Model::DescribeEventsRequest request) const
virtual

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.</note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEventsAsync ( const Model::DescribeEventsRequest request,
const DescribeEventsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.</note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeEventsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeEventsCallable ( const Model::DescribeEventsRequest request) const
virtual

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.</note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::DescribeInstancesHealthOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeInstancesHealth ( const Model::DescribeInstancesHealthRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeInstancesHealthAsync ( const Model::DescribeInstancesHealthRequest request,
const DescribeInstancesHealthResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::DescribeInstancesHealthOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::DescribeInstancesHealthCallable ( const Model::DescribeInstancesHealthRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::ListAvailableSolutionStacksOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::ListAvailableSolutionStacks ( const Model::ListAvailableSolutionStacksRequest request) const
virtual

Returns a list of the available solution stack names.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::ListAvailableSolutionStacksAsync ( const Model::ListAvailableSolutionStacksRequest request,
const ListAvailableSolutionStacksResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Returns a list of the available solution stack names.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::ListAvailableSolutionStacksOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::ListAvailableSolutionStacksCallable ( const Model::ListAvailableSolutionStacksRequest request) const
virtual

Returns a list of the available solution stack names.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::RebuildEnvironmentOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::RebuildEnvironment ( const Model::RebuildEnvironmentRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::RebuildEnvironmentAsync ( const Model::RebuildEnvironmentRequest request,
const RebuildEnvironmentResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::RebuildEnvironmentOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::RebuildEnvironmentCallable ( const Model::RebuildEnvironmentRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::RequestEnvironmentInfoOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::RequestEnvironmentInfo ( const Model::RequestEnvironmentInfoRequest request) const
virtual

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

  • RetrieveEnvironmentInfo
virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::RequestEnvironmentInfoAsync ( const Model::RequestEnvironmentInfoRequest request,
const RequestEnvironmentInfoResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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

  • RetrieveEnvironmentInfo

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::RequestEnvironmentInfoOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::RequestEnvironmentInfoCallable ( const Model::RequestEnvironmentInfoRequest request) const
virtual

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

  • RetrieveEnvironmentInfo

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::RestartAppServerOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::RestartAppServer ( const Model::RestartAppServerRequest request) const
virtual

Causes the environment to restart the application container server running on each Amazon EC2 instance.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::RestartAppServerAsync ( const Model::RestartAppServerRequest request,
const RestartAppServerResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Causes the environment to restart the application container server running on each Amazon EC2 instance.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::RestartAppServerOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::RestartAppServerCallable ( const Model::RestartAppServerRequest request) const
virtual

Causes the environment to restart the application container server running on each Amazon EC2 instance.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::RetrieveEnvironmentInfoOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::RetrieveEnvironmentInfo ( const Model::RetrieveEnvironmentInfoRequest request) const
virtual

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo
virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::RetrieveEnvironmentInfoAsync ( const Model::RetrieveEnvironmentInfoRequest request,
const RetrieveEnvironmentInfoResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::RetrieveEnvironmentInfoOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::RetrieveEnvironmentInfoCallable ( const Model::RetrieveEnvironmentInfoRequest request) const
virtual

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::SwapEnvironmentCNAMEsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::SwapEnvironmentCNAMEs ( const Model::SwapEnvironmentCNAMEsRequest request) const
virtual

Swaps the CNAMEs of two environments.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::SwapEnvironmentCNAMEsAsync ( const Model::SwapEnvironmentCNAMEsRequest request,
const SwapEnvironmentCNAMEsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Swaps the CNAMEs of two environments.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::SwapEnvironmentCNAMEsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::SwapEnvironmentCNAMEsCallable ( const Model::SwapEnvironmentCNAMEsRequest request) const
virtual

Swaps the CNAMEs of two environments.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::TerminateEnvironmentOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::TerminateEnvironment ( const Model::TerminateEnvironmentRequest request) const
virtual

Terminates the specified environment.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::TerminateEnvironmentAsync ( const Model::TerminateEnvironmentRequest request,
const TerminateEnvironmentResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

Terminates the specified environment.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::TerminateEnvironmentOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::TerminateEnvironmentCallable ( const Model::TerminateEnvironmentRequest request) const
virtual

Terminates the specified environment.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::UpdateApplicationOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplication ( const Model::UpdateApplicationRequest request) const
virtual

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. </note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplicationAsync ( const Model::UpdateApplicationRequest request,
const UpdateApplicationResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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. </note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::UpdateApplicationOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplicationCallable ( const Model::UpdateApplicationRequest request) const
virtual

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. </note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::UpdateApplicationVersionOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplicationVersion ( const Model::UpdateApplicationVersionRequest request) const
virtual

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. </note>

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplicationVersionAsync ( const Model::UpdateApplicationVersionRequest request,
const UpdateApplicationVersionResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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. </note>

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::UpdateApplicationVersionOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateApplicationVersionCallable ( const Model::UpdateApplicationVersionRequest request) const
virtual

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. </note>

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::UpdateConfigurationTemplateOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateConfigurationTemplate ( const Model::UpdateConfigurationTemplateRequest request) const
virtual

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. </note>

Related Topics

  • DescribeConfigurationOptions
virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateConfigurationTemplateAsync ( const Model::UpdateConfigurationTemplateRequest request,
const UpdateConfigurationTemplateResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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. </note>

Related Topics

  • DescribeConfigurationOptions

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::UpdateConfigurationTemplateOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateConfigurationTemplateCallable ( const Model::UpdateConfigurationTemplateRequest request) const
virtual

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. </note>

Related Topics

  • DescribeConfigurationOptions

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::UpdateEnvironmentOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateEnvironment ( const Model::UpdateEnvironmentRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateEnvironmentAsync ( const Model::UpdateEnvironmentRequest request,
const UpdateEnvironmentResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::UpdateEnvironmentOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::UpdateEnvironmentCallable ( const Model::UpdateEnvironmentRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.

virtual Model::ValidateConfigurationSettingsOutcome Aws::ElasticBeanstalk::ElasticBeanstalkClient::ValidateConfigurationSettings ( const Model::ValidateConfigurationSettingsRequest request) const
virtual

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.

virtual void Aws::ElasticBeanstalk::ElasticBeanstalkClient::ValidateConfigurationSettingsAsync ( const Model::ValidateConfigurationSettingsRequest request,
const ValidateConfigurationSettingsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
virtual

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.

Queues the request into a thread executor and triggers associated callback when operation has finished.

virtual Model::ValidateConfigurationSettingsOutcomeCallable Aws::ElasticBeanstalk::ElasticBeanstalkClient::ValidateConfigurationSettingsCallable ( const Model::ValidateConfigurationSettingsRequest request) const
virtual

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.

returns a future to the operation so that it can be executed in parallel to other requests.


The documentation for this class was generated from the following file: