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> |
AmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest createAuthorizerRequest,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler)
Adds a new Authorizer resource to an existing RestApi
resource.
|
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.createAuthorizerAsync(CreateAuthorizerRequest request,
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.withAuthType(String authType)
Optional customer-defined field, used in Swagger imports/exports.
|
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)
The RestApi identifier under which the Authorizer will be
created.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(String type)
[Required] The type of the authorizer.
|
Copyright © 2018. All rights reserved.