| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.createAuthorizerAsync(CreateAuthorizerRequest request,
AsyncHandler<CreateAuthorizerRequest,CreateAuthorizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerRequest |
CreateAuthorizerRequest.clone() |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerCredentials(String authorizerCredentials)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerUri(String authorizerUri)
Specifies the authorizer's Uniform Resource Identifier (URI).
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthType(String authType)
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentitySource(String identitySource)
The identity source for which authorization is requested.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity token.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withName(String name)
[Required] The name of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withProviderARNs(Collection<String> providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withProviderARNs(String... providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
CreateAuthorizerRequest |
CreateAuthorizerRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(AuthorizerType type)
[Required] The authorizer type.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(String type)
[Required] The authorizer type.
|
Copyright © 2021. All rights reserved.