Uses of Enum
com.amazonaws.services.apigateway.model.AuthorizerType
Packages that use AuthorizerType
-
Uses of AuthorizerType in com.amazonaws.services.apigateway.model
Subclasses with type arguments of type AuthorizerType in com.amazonaws.services.apigateway.modelMethods in com.amazonaws.services.apigateway.model that return AuthorizerTypeModifier and TypeMethodDescriptionstatic AuthorizerTypeUse this in place of valueOf.static AuthorizerTypeReturns the enum constant of this type with the specified name.static AuthorizerType[]AuthorizerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.apigateway.model with parameters of type AuthorizerTypeModifier and TypeMethodDescriptionvoidAuthorizer.setType(AuthorizerType type) [Required] The type of the authorizer.voidCreateAuthorizerRequest.setType(AuthorizerType type) [Required] The type of the authorizer.voidCreateAuthorizerResult.setType(AuthorizerType type) [Required] The type of the authorizer.voidGetAuthorizerResult.setType(AuthorizerType type) [Required] The type of the authorizer.voidUpdateAuthorizerResult.setType(AuthorizerType type) [Required] The type of the authorizer.Authorizer.withType(AuthorizerType type) [Required] The type of the authorizer.CreateAuthorizerRequest.withType(AuthorizerType type) [Required] The type of the authorizer.CreateAuthorizerResult.withType(AuthorizerType type) [Required] The type of the authorizer.GetAuthorizerResult.withType(AuthorizerType type) [Required] The type of the authorizer.UpdateAuthorizerResult.withType(AuthorizerType type) [Required] The type of the authorizer.