Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateAuthorizerResult |
AbstractAmazonApiGateway.updateAuthorizer(UpdateAuthorizerRequest request) |
UpdateAuthorizerResult |
AmazonApiGatewayClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an existing Authorizer resource.
|
UpdateAuthorizerResult |
AmazonApiGateway.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an existing Authorizer resource.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest updateAuthorizerRequest,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
Updates an existing Authorizer resource.
|
Future<UpdateAuthorizerResult> |
AbstractAmazonApiGatewayAsync.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateAuthorizerResult |
UpdateAuthorizerResult.clone() |
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerCredentials(String authorizerCredentials)
Specifies the credentials required for the authorizer, if any.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerResultTtlInSeconds(Integer authorizerResultTtlInSeconds)
The TTL in seconds of cached authorizer results.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerUri(String authorizerUri)
[Required] Specifies the authorizer's Uniform Resource Identifier (URI).
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthType(String authType)
Optional customer-defined field, used in Swagger imports/exports.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withId(String id)
The identifier for the authorizer resource.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withIdentitySource(String identitySource)
[Required] The source of the identity in an incoming request.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withIdentityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withName(String name)
[Required] The name of the authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withType(String type)
[Required] The type of the authorizer.
|
Copyright © 2018. All rights reserved.