Uses of Enum Class
software.amazon.awscdk.services.apigateway.AuthorizationType
Packages that use AuthorizationType
Package
Description
Amazon API Gateway Construct Library
AWS Lambda Event Sources
-
Uses of AuthorizationType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return AuthorizationTypeModifier and TypeMethodDescriptionAuthorizer.getAuthorizationType()The authorization type of this authorizer.CognitoUserPoolsAuthorizer.getAuthorizationType()The authorization type of this authorizer.default AuthorizationTypeIAuthorizer.getAuthorizationType()The authorization type of this authorizer.default AuthorizationTypeIAuthorizer.Jsii$Default.getAuthorizationType()The authorization type of this authorizer.final AuthorizationTypeIAuthorizer.Jsii$Proxy.getAuthorizationType()The authorization type of this authorizer.default AuthorizationTypeMethodOptions.getAuthorizationType()Method authorization.final AuthorizationTypeMethodOptions.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.apigateway with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionMethodOptions.Builder.authorizationType(AuthorizationType authorizationType) Sets the value ofMethodOptions.getAuthorizationType() -
Uses of AuthorizationType in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionApiEventSource.Builder.authorizationType(AuthorizationType authorizationType) Method authorization.