| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthorizerResult> |
AmazonApiGatewayAsyncClient.updateAuthorizerAsync(UpdateAuthorizerRequest request,
AsyncHandler<UpdateAuthorizerRequest,UpdateAuthorizerResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.clone() |
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withAuthorizerId(String authorizerId)
The identifier of the Authorizer resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2025. All rights reserved.