Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Authorizer> |
GetAuthorizersResult.items
Gets the current list of Authorizer resources in the collection.
|
Modifier and Type | Method and Description |
---|---|
Authorizer |
Authorizer.clone() |
Authorizer |
Authorizer.withAuthorizerCredentials(java.lang.String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.
|
Authorizer |
Authorizer.withAuthorizerResultTtlInSeconds(java.lang.Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
Authorizer |
Authorizer.withAuthorizerUri(java.lang.String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).
|
Authorizer |
Authorizer.withAuthType(java.lang.String authType)
Optional customer-defined field, used in Swagger imports/exports.
|
Authorizer |
Authorizer.withId(java.lang.String id)
The identifier for the authorizer resource.
|
Authorizer |
Authorizer.withIdentitySource(java.lang.String identitySource)
[Required] The source of the identity in an incoming request.
|
Authorizer |
Authorizer.withIdentityValidationExpression(java.lang.String identityValidationExpression)
A validation expression for the incoming identity.
|
Authorizer |
Authorizer.withName(java.lang.String name)
[Required] The name of the authorizer.
|
Authorizer |
Authorizer.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
Authorizer |
Authorizer.withType(java.lang.String type)
[Required] The type of the authorizer.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
|
GetAuthorizersResult |
GetAuthorizersResult.withItems(java.util.Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
|
Modifier and Type | Method and Description |
---|---|
Authorizer |
AuthorizerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizerJsonMarshaller.marshall(Authorizer authorizer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|