Uses of Class
com.amazonaws.services.apigateway.model.UpdateAuthorizerResult
Packages that use UpdateAuthorizerResult
-
Uses of UpdateAuthorizerResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateAuthorizer
(UpdateAuthorizerRequest request) AmazonApiGateway.updateAuthorizer
(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.AmazonApiGatewayClient.updateAuthorizer
(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest request) AbstractAmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest, UpdateAuthorizerResult> asyncHandler) AmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.AmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest updateAuthorizerRequest, AsyncHandler<UpdateAuthorizerRequest, UpdateAuthorizerResult> asyncHandler) Updates an existing Authorizer resource.AmazonApiGatewayAsyncClient.updateAuthorizerAsync
(UpdateAuthorizerRequest request) AmazonApiGatewayAsyncClient.updateAuthorizerAsync
(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest, UpdateAuthorizerResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAuthorizerResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest request, AsyncHandler<UpdateAuthorizerRequest, UpdateAuthorizerResult> asyncHandler) AmazonApiGatewayAsync.updateAuthorizerAsync
(UpdateAuthorizerRequest updateAuthorizerRequest, AsyncHandler<UpdateAuthorizerRequest, UpdateAuthorizerResult> asyncHandler) Updates an existing Authorizer resource.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 UpdateAuthorizerResultModifier and TypeMethodDescriptionUpdateAuthorizerResult.clone()
UpdateAuthorizerResult.withAuthorizerCredentials
(String authorizerCredentials) Specifies the credentials required for the authorizer, if any.UpdateAuthorizerResult.withAuthorizerResultTtlInSeconds
(Integer authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.UpdateAuthorizerResult.withAuthorizerUri
(String authorizerUri) [Required] Specifies the authorizer's Uniform Resource Identifier (URI).UpdateAuthorizerResult.withAuthType
(String authType) Optional customer-defined field, used in Swagger imports/exports.The identifier for the authorizer resource.UpdateAuthorizerResult.withIdentitySource
(String identitySource) [Required] The source of the identity in an incoming request.UpdateAuthorizerResult.withIdentityValidationExpression
(String identityValidationExpression) A validation expression for the incoming identity.[Required] The name of the authorizer.UpdateAuthorizerResult.withType
(AuthorizerType type) [Required] The type of the authorizer.[Required] The type of the authorizer.