Uses of Enum
software.amazon.awscdk.services.appsync.Visibility
Packages that use Visibility
-
Uses of Visibility in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return VisibilityModifier and TypeMethodDescriptionGraphqlApi.getVisibility()the visibility of the API.default VisibilityGraphqlApiAttributes.getVisibility()The GraphQl API visibility.final VisibilityGraphqlApiAttributes.Jsii$Proxy.getVisibility()abstract VisibilityGraphqlApiBase.getVisibility()The visibility of the API.default VisibilityGraphqlApiProps.getVisibility()A value indicating whether the API is accessible from anywhere (GLOBAL) or can only be access from a VPC (PRIVATE).final VisibilityGraphqlApiProps.Jsii$Proxy.getVisibility()IGraphqlApi.getVisibility()the visibility of the API.default VisibilityIGraphqlApi.Jsii$Default.getVisibility()the visibility of the API.static VisibilityReturns the enum constant of this type with the specified name.static Visibility[]Visibility.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 VisibilityModifier and TypeMethodDescriptionGraphqlApi.Builder.visibility(Visibility visibility) A value indicating whether the API is accessible from anywhere (GLOBAL) or can only be access from a VPC (PRIVATE).GraphqlApiAttributes.Builder.visibility(Visibility visibility) Sets the value ofGraphqlApiAttributes.getVisibility()GraphqlApiProps.Builder.visibility(Visibility visibility) Sets the value ofGraphqlApiProps.getVisibility()