| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerResult |
AmazonApiGatewayClient.updateAuthorizer(UpdateAuthorizerRequest request)
Updates an existing Authorizer resource.
|
UpdateAuthorizerResult |
AmazonApiGateway.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an existing Authorizer resource.
|
UpdateAuthorizerResult |
AbstractAmazonApiGateway.updateAuthorizer(UpdateAuthorizerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
Updates an existing Authorizer resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerResult |
UpdateAuthorizerResult.clone() |
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerCredentials(String authorizerCredentials)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerUri(String authorizerUri)
Specifies the authorizer's Uniform Resource Identifier (URI).
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthType(String authType)
Optional customer-defined field, used in Swagger imports and exports without functional impact.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withId(String id)
The identifier for the authorizer resource.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withIdentitySource(String identitySource)
The identity source for which authorization is requested.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity token.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withName(String name)
[Required] The name of the authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withProviderARNs(Collection<String> providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
UpdateAuthorizerResult |
UpdateAuthorizerResult.withProviderARNs(String... providerARNs)
A list of the Amazon Cognito user pool ARNs for the
COGNITO_USER_POOLS authorizer. |
UpdateAuthorizerResult |
UpdateAuthorizerResult.withType(AuthorizerType type)
The authorizer type.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withType(String type)
The authorizer type.
|
Copyright © 2018. All rights reserved.