| 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)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withRestApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
|
Copyright © 2016. All rights reserved.