Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Authorizer> |
GetAuthorizersResult.getItems()
Gets the current list of Authorizer resources in the collection.
|
Modifier and Type | Method and Description |
---|---|
GetAuthorizersResult |
GetAuthorizersResult.withItems(Authorizer... items)
Gets the current list of Authorizer resources in the collection.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.