Uses of Enum
software.amazon.awscdk.services.appsync.AuthorizationType
-
Uses of AuthorizationType in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionAuthorizationMode.getAuthorizationType()
One of possible four values AppSync supports.final AuthorizationType
AuthorizationMode.Jsii$Proxy.getAuthorizationType()
static AuthorizationType
Returns the enum constant of this type with the specified name.static AuthorizationType[]
AuthorizationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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.Modifier and TypeMethodDescriptionAuthorizationMode.Builder.authorizationType
(AuthorizationType authorizationType) Sets the value ofAuthorizationMode.getAuthorizationType()
Modifier and TypeMethodDescriptionGraphqlApiAttributes.Builder.modes
(List<? extends AuthorizationType> modes) Sets the value ofGraphqlApiAttributes.getModes()