Uses of Enum Class
software.amazon.awscdk.services.appconfig.ConfigurationType
Packages that use ConfigurationType
-
Uses of ConfigurationType in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return ConfigurationTypeModifier and TypeMethodDescriptiondefault ConfigurationTypeConfigurationOptions.getType()The type of configuration.final ConfigurationTypeConfigurationOptions.Jsii$Proxy.getType()final ConfigurationTypeConfigurationProps.Jsii$Proxy.getType()HostedConfiguration.getType()The configuration type.final ConfigurationTypeHostedConfigurationOptions.Jsii$Proxy.getType()final ConfigurationTypeHostedConfigurationProps.Jsii$Proxy.getType()default ConfigurationTypeIConfiguration.getType()The configuration type.default ConfigurationTypeIConfiguration.Jsii$Default.getType()The configuration type.final ConfigurationTypeIConfiguration.Jsii$Proxy.getType()The configuration type.SourcedConfiguration.getType()The configuration type.final ConfigurationTypeSourcedConfigurationOptions.Jsii$Proxy.getType()final ConfigurationTypeSourcedConfigurationProps.Jsii$Proxy.getType()static ConfigurationTypeReturns the enum constant of this class with the specified name.static ConfigurationType[]ConfigurationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appconfig with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionConfigurationOptions.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()ConfigurationProps.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()HostedConfiguration.Builder.type(ConfigurationType type) The type of configuration.HostedConfigurationOptions.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()HostedConfigurationProps.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()SourcedConfiguration.Builder.type(ConfigurationType type) The type of configuration.SourcedConfigurationOptions.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()SourcedConfigurationProps.Builder.type(ConfigurationType type) Sets the value ofConfigurationOptions.getType()