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.Methods in software.amazon.awscdk.services.appsync with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionAuthorizationMode.Builder.authorizationType(AuthorizationType authorizationType) Sets the value ofAuthorizationMode.getAuthorizationType()