| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsyncClient.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
Future<UpdateVpcLinkResult> |
AmazonApiGatewayAsync.updateVpcLinkAsync(UpdateVpcLinkRequest updateVpcLinkRequest,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler)
Updates an existing VpcLink of a specified identifier.
|
Future<UpdateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.clone() |
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withVpcLinkId(String vpcLinkId)
The identifier of the VpcLink.
|
Copyright © 2025. All rights reserved.