Uses of Class
com.amazonaws.services.apigateway.model.Authorizer
Packages that use Authorizer
-
Uses of Authorizer in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return AuthorizerModifier and TypeMethodDescriptionAuthorizer.clone()
Authorizer.withAuthorizerCredentials
(String authorizerCredentials) Specifies the credentials required for the authorizer, if any.Authorizer.withAuthorizerResultTtlInSeconds
(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.Authorizer.withAuthorizerUri
(String authorizerUri) [Required] Specifies the authorizer's Uniform Resource Identifier (URI).Authorizer.withAuthType
(String authType) Optional customer-defined field, used in Swagger imports/exports.The identifier for the authorizer resource.Authorizer.withIdentitySource
(String identitySource) [Required] The source of the identity in an incoming request.Authorizer.withIdentityValidationExpression
(String identityValidationExpression) A validation expression for the incoming identity.[Required] The name of the authorizer.Authorizer.withType
(AuthorizerType type) [Required] The type of the authorizer.[Required] The type of the authorizer.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type AuthorizerModifier and TypeMethodDescriptionGetAuthorizersResult.getItems()
Gets the current list of Authorizer resources in the collection.Methods in com.amazonaws.services.apigateway.model with parameters of type AuthorizerModifier and TypeMethodDescriptionGetAuthorizersResult.withItems
(Authorizer... items) Gets the current list of Authorizer resources in the collection.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type AuthorizerModifier and TypeMethodDescriptionvoid
GetAuthorizersResult.setItems
(Collection<Authorizer> items) Gets the current list of Authorizer resources in the collection.GetAuthorizersResult.withItems
(Collection<Authorizer> items) Gets the current list of Authorizer resources in the collection.