Uses of Enum
software.amazon.awscdk.services.appsync.Visibility
-
Uses of Visibility in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionGraphqlApi.getVisibility()
the visibility of the API.default Visibility
GraphqlApiAttributes.getVisibility()
The GraphQl API visibility.final Visibility
GraphqlApiAttributes.Jsii$Proxy.getVisibility()
abstract Visibility
GraphqlApiBase.getVisibility()
The visibility of the API.default Visibility
GraphqlApiProps.getVisibility()
A value indicating whether the API is accessible from anywhere (GLOBAL) or can only be access from a VPC (PRIVATE).final Visibility
GraphqlApiProps.Jsii$Proxy.getVisibility()
IGraphqlApi.getVisibility()
the visibility of the API.default Visibility
IGraphqlApi.Jsii$Default.getVisibility()
the visibility of the API.final Visibility
IGraphqlApi.Jsii$Proxy.getVisibility()
the visibility of the API.static Visibility
Returns 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.Modifier 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()