Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DescribeConfigurationOptionsRequest
-
Packages that use DescribeConfigurationOptionsRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of DescribeConfigurationOptionsRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type DescribeConfigurationOptionsRequest Modifier and Type Method Description default CompletableFuture<DescribeConfigurationOptionsResponse>ElasticBeanstalkAsyncClient. describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines.default DescribeConfigurationOptionsResponseElasticBeanstalkClient. describeConfigurationOptions(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)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 software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type DescribeConfigurationOptionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConfigurationOptionsRequestMarshaller. marshall(DescribeConfigurationOptionsRequest describeConfigurationOptionsRequest)
-