Uses of Enum Class
software.amazon.awscdk.services.appsync.AppSyncAuthorizationType
Packages that use AppSyncAuthorizationType
-
Uses of AppSyncAuthorizationType in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return AppSyncAuthorizationTypeModifier and TypeMethodDescriptionAppSyncAuthProvider.getAuthorizationType()One of possible authorization types AppSync supports.final AppSyncAuthorizationTypeAppSyncAuthProvider.Jsii$Proxy.getAuthorizationType()static AppSyncAuthorizationTypeReturns the enum constant of this class with the specified name.static AppSyncAuthorizationType[]AppSyncAuthorizationType.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 AppSyncAuthorizationTypeModifier and TypeMethodDescriptionEventApi.getAuthProviderTypes()The Authorization Types for this Event Api.default List<AppSyncAuthorizationType>EventApiAttributes.getAuthProviderTypes()The Authorization Types for this Event Api.final List<AppSyncAuthorizationType>EventApiAttributes.Jsii$Proxy.getAuthProviderTypes()abstract List<AppSyncAuthorizationType>EventApiBase.getAuthProviderTypes()The Authorization Types for this Event Api.IEventApi.getAuthProviderTypes()The Authorization Types for this Event Api.default List<AppSyncAuthorizationType>IEventApi.Jsii$Default.getAuthProviderTypes()The Authorization Types for this Event Api.final List<AppSyncAuthorizationType>IEventApi.Jsii$Proxy.getAuthProviderTypes()The Authorization Types for this Event Api.default List<AppSyncAuthorizationType>EventApiAuthConfig.getConnectionAuthModeTypes()Connection auth modes.final List<AppSyncAuthorizationType>EventApiAuthConfig.Jsii$Proxy.getConnectionAuthModeTypes()EventApi.getConnectionModeTypes()The connection auth modes for this Event Api.default List<AppSyncAuthorizationType>EventApiAuthConfig.getDefaultPublishAuthModeTypes()Default publish auth modes.final List<AppSyncAuthorizationType>EventApiAuthConfig.Jsii$Proxy.getDefaultPublishAuthModeTypes()EventApi.getDefaultPublishModeTypes()The default publish auth modes for this Event Api.default List<AppSyncAuthorizationType>EventApiAuthConfig.getDefaultSubscribeAuthModeTypes()Default subscribe auth modes.final List<AppSyncAuthorizationType>EventApiAuthConfig.Jsii$Proxy.getDefaultSubscribeAuthModeTypes()EventApi.getDefaultSubscribeModeTypes()The default subscribe auth modes for this Event Api.default List<AppSyncAuthorizationType>NamespaceAuthConfig.getPublishAuthModeTypes()The publish auth modes for this Event Api.final List<AppSyncAuthorizationType>NamespaceAuthConfig.Jsii$Proxy.getPublishAuthModeTypes()default List<AppSyncAuthorizationType>NamespaceAuthConfig.getSubscribeAuthModeTypes()The subscribe auth modes for this Event Api.final List<AppSyncAuthorizationType>NamespaceAuthConfig.Jsii$Proxy.getSubscribeAuthModeTypes()Methods in software.amazon.awscdk.services.appsync with parameters of type AppSyncAuthorizationTypeModifier and TypeMethodDescriptionAppSyncAuthProvider.Builder.authorizationType(AppSyncAuthorizationType authorizationType) Sets the value ofAppSyncAuthProvider.getAuthorizationType()Method parameters in software.amazon.awscdk.services.appsync with type arguments of type AppSyncAuthorizationTypeModifier and TypeMethodDescriptionEventApiAttributes.Builder.authProviderTypes(List<? extends AppSyncAuthorizationType> authProviderTypes) Sets the value ofEventApiAttributes.getAuthProviderTypes()EventApiAuthConfig.Builder.connectionAuthModeTypes(List<? extends AppSyncAuthorizationType> connectionAuthModeTypes) Sets the value ofEventApiAuthConfig.getConnectionAuthModeTypes()EventApiAuthConfig.Builder.defaultPublishAuthModeTypes(List<? extends AppSyncAuthorizationType> defaultPublishAuthModeTypes) Sets the value ofEventApiAuthConfig.getDefaultPublishAuthModeTypes()EventApiAuthConfig.Builder.defaultSubscribeAuthModeTypes(List<? extends AppSyncAuthorizationType> defaultSubscribeAuthModeTypes) Sets the value ofEventApiAuthConfig.getDefaultSubscribeAuthModeTypes()NamespaceAuthConfig.Builder.publishAuthModeTypes(List<? extends AppSyncAuthorizationType> publishAuthModeTypes) Sets the value ofNamespaceAuthConfig.getPublishAuthModeTypes()NamespaceAuthConfig.Builder.subscribeAuthModeTypes(List<? extends AppSyncAuthorizationType> subscribeAuthModeTypes) Sets the value ofNamespaceAuthConfig.getSubscribeAuthModeTypes()