Uses of Class
com.amazonaws.services.apigateway.model.UpdateAuthorizerRequest
Packages that use UpdateAuthorizerRequest
-
Uses of UpdateAuthorizerRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateAuthorizerRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateAuthorizer
(UpdateAuthorizerRequest request) AmazonApiGateway.updateAuthorizer
(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.AmazonApiGatewayClient.updateAuthorizer
(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.AbstractAmazonApiGatewayAsync.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 UpdateAuthorizerRequestModifier 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 UpdateAuthorizerRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAuthorizerRequestModifier and TypeMethodDescriptionUpdateAuthorizerRequest.clone()
UpdateAuthorizerRequest.withAuthorizerId
(String authorizerId) The identifier of the Authorizer resource.UpdateAuthorizerRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequest.withRestApiId
(String restApiId) The RestApi identifier for the Authorizer resource.