Uses of Class
com.amazonaws.services.apigateway.model.UpdateAuthorizerResult
-
Packages that use UpdateAuthorizerResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateAuthorizerResult Modifier and Type Method Description UpdateAuthorizerResult
AbstractAmazonApiGateway. updateAuthorizer(UpdateAuthorizerRequest request)
UpdateAuthorizerResult
AmazonApiGateway. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an existing Authorizer resource.UpdateAuthorizerResult
AmazonApiGatewayClient. updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest)
Updates an existing Authorizer resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAuthorizerResult Modifier and Type Method Description 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.Future<UpdateAuthorizerResult>
AmazonApiGatewayAsyncClient. updateAuthorizerAsync(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler)
-
Uses of UpdateAuthorizerResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAuthorizerResult Modifier and Type Method 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.
-