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 AuthorizerAuthorizer. clone()AuthorizerAuthorizer. withAuthorizerCredentials(String authorizerCredentials)Specifies the credentials required for the authorizer, if any.AuthorizerAuthorizer. withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)The TTL in seconds of cached authorizer results.AuthorizerAuthorizer. withAuthorizerUri(String authorizerUri)[Required] Specifies the authorizer's Uniform Resource Identifier (URI).AuthorizerAuthorizer. withAuthType(String authType)Optional customer-defined field, used in Swagger imports/exports.AuthorizerAuthorizer. withId(String id)The identifier for the authorizer resource.AuthorizerAuthorizer. withIdentitySource(String identitySource)[Required] The source of the identity in an incoming request.AuthorizerAuthorizer. withIdentityValidationExpression(String identityValidationExpression)A validation expression for the incoming identity.AuthorizerAuthorizer. withName(String name)[Required] The name of the authorizer.AuthorizerAuthorizer. withType(AuthorizerType type)[Required] The type of the authorizer.AuthorizerAuthorizer. 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 GetAuthorizersResultGetAuthorizersResult. 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 voidGetAuthorizersResult. setItems(Collection<Authorizer> items)Gets the current list of Authorizer resources in the collection.GetAuthorizersResultGetAuthorizersResult. withItems(Collection<Authorizer> items)Gets the current list of Authorizer resources in the collection.
-