Uses of Enum
com.amazonaws.services.apigateway.model.AuthorizerType
Packages that use AuthorizerType
-
Uses of AuthorizerType in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return AuthorizerTypeModifier and TypeMethodDescriptionstatic AuthorizerType
Use this in place of valueOf.static AuthorizerType
Returns 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 TypeMethodDescriptionvoid
Authorizer.setType
(AuthorizerType type) [Required] The type of the authorizer.void
CreateAuthorizerRequest.setType
(AuthorizerType type) [Required] The type of the authorizer.void
CreateAuthorizerResult.setType
(AuthorizerType type) [Required] The type of the authorizer.void
GetAuthorizerResult.setType
(AuthorizerType type) [Required] The type of the authorizer.void
UpdateAuthorizerResult.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.