Uses of Enum Class
software.amazon.awscdk.services.appsync.AuthorizationType
Packages that use AuthorizationType
-
Uses of AuthorizationType in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationMode.getAuthorizationType()One of possible four values AppSync supports.final AuthorizationTypeAuthorizationMode.Jsii$Proxy.getAuthorizationType()static AuthorizationTypeReturns the enum constant of this class with the specified name.static AuthorizationType[]AuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appsync that return types with arguments of type AuthorizationTypeModifier and TypeMethodDescriptionGraphqlApi.getModes()The Authorization Types for this GraphQL Api.default List<AuthorizationType>GraphqlApiAttributes.getModes()The Authorization Types for this GraphQL Api.final List<AuthorizationType>GraphqlApiAttributes.Jsii$Proxy.getModes()abstract List<AuthorizationType>GraphqlApiBase.getModes()The Authorization Types for this GraphQL Api.IGraphqlApi.getModes()The Authorization Types for this GraphQL Api.default List<AuthorizationType>IGraphqlApi.Jsii$Default.getModes()The Authorization Types for this GraphQL Api.final List<AuthorizationType>IGraphqlApi.Jsii$Proxy.getModes()The Authorization Types for this GraphQL Api.Methods in software.amazon.awscdk.services.appsync with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationMode.Builder.authorizationType(AuthorizationType authorizationType) Sets the value ofAuthorizationMode.getAuthorizationType()Method parameters in software.amazon.awscdk.services.appsync with type arguments of type AuthorizationTypeModifier and TypeMethodDescriptionGraphqlApiAttributes.Builder.modes(List<? extends AuthorizationType> modes) Sets the value ofGraphqlApiAttributes.getModes()