Uses of Enum
software.amazon.awscdk.services.appsync.IntrospectionConfig
Packages that use IntrospectionConfig
-
Uses of IntrospectionConfig in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return IntrospectionConfigModifier and TypeMethodDescriptiondefault IntrospectionConfigGraphqlApiProps.getIntrospectionConfig()A value indicating whether the API to enable (ENABLED) or disable (DISABLED) introspection.final IntrospectionConfigGraphqlApiProps.Jsii$Proxy.getIntrospectionConfig()static IntrospectionConfigReturns the enum constant of this type with the specified name.static IntrospectionConfig[]IntrospectionConfig.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.appsync with parameters of type IntrospectionConfigModifier and TypeMethodDescriptionGraphqlApi.Builder.introspectionConfig(IntrospectionConfig introspectionConfig) A value indicating whether the API to enable (ENABLED) or disable (DISABLED) introspection.GraphqlApiProps.Builder.introspectionConfig(IntrospectionConfig introspectionConfig) Sets the value ofGraphqlApiProps.getIntrospectionConfig()