Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeConfigurationOptionsRequest

Packages that use DescribeConfigurationOptionsRequest
com.amazonaws.services.elasticbeanstalk Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. 
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of DescribeConfigurationOptionsRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DescribeConfigurationOptionsRequest
 DescribeConfigurationOptionsResult AWSElasticBeanstalkClient.describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 DescribeConfigurationOptionsResult AWSElasticBeanstalk.describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsyncClient.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsync.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsyncClient.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsync.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeConfigurationOptionsRequest
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsyncClient.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 Future<DescribeConfigurationOptionsResult> AWSElasticBeanstalkAsync.describeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest, AsyncHandler<DescribeConfigurationOptionsRequest,DescribeConfigurationOptionsResult> asyncHandler)
           Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.
 

Uses of DescribeConfigurationOptionsRequest in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeConfigurationOptionsRequest
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withApplicationName(String applicationName)
          The name of the application associated with the configuration template or environment.
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withEnvironmentName(String environmentName)
          The name of the environment whose configuration options you want to describe.
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withOptions(Collection<OptionSpecification> options)
          If specified, restricts the descriptions to only the specified options.
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withOptions(OptionSpecification... options)
          If specified, restricts the descriptions to only the specified options.
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withSolutionStackName(String solutionStackName)
          The name of the solution stack whose configuration options you want to describe.
 DescribeConfigurationOptionsRequest DescribeConfigurationOptionsRequest.withTemplateName(String templateName)
          The name of the configuration template whose configuration options you want to describe.
 



Copyright © 2016. All rights reserved.