Uses of Class
com.amazonaws.services.apigateway.model.UpdateAuthorizerRequest
-
Packages that use UpdateAuthorizerRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateAuthorizerRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateAuthorizerRequest 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 UpdateAuthorizerRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateAuthorizerRequest Modifier and Type Method Description UpdateAuthorizerRequestUpdateAuthorizerRequest. clone()UpdateAuthorizerRequestUpdateAuthorizerRequest. withAuthorizerId(String authorizerId)The identifier of the Authorizer resource.UpdateAuthorizerRequestUpdateAuthorizerRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequestUpdateAuthorizerRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequestUpdateAuthorizerRequest. withRestApiId(String restApiId)The RestApi identifier for the Authorizer resource.
-