| Package | Description |
|---|---|
| com.amazonaws.services.apigateway | |
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAuthorizerResult> |
AmazonApiGatewayAsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
Future<CreateAuthorizerResult> |
AmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerRequest |
CreateAuthorizerRequest.clone() |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerCredentials(String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL of cached authorizer results.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerUri(String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentitySource(String identitySource)
[Required] The source of the identity in an incoming request.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withName(String name)
[Required] The name of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withRestApiId(String restApiId) |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(String type)
[Required] The type of the authorizer.
|
Copyright © 2016. All rights reserved.