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