Uses of Class
software.aws.awsprototypingsdk.openapigateway.CustomAuthorizerType
-
-
Uses of CustomAuthorizerType in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return CustomAuthorizerType Modifier and Type Method Description CustomAuthorizerTypeCustomAuthorizer. getType()(experimental) The type of custom authorizer.default CustomAuthorizerTypeCustomAuthorizerProps. getType()(experimental) The type of custom authorizer.CustomAuthorizerTypeCustomAuthorizerProps.Jsii$Proxy. getType()static CustomAuthorizerTypeCustomAuthorizerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomAuthorizerType[]CustomAuthorizerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.openapigateway with parameters of type CustomAuthorizerType Modifier and Type Method Description CustomAuthorizer.BuilderCustomAuthorizer.Builder. type(CustomAuthorizerType type)(experimental) The type of custom authorizer.CustomAuthorizerProps.BuilderCustomAuthorizerProps.Builder. type(CustomAuthorizerType type)Sets the value ofCustomAuthorizerProps.getType()
-