Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateVpcLinkResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.updateVpcLinkAsync(UpdateVpcLinkRequest request,
AsyncHandler<UpdateVpcLinkRequest,UpdateVpcLinkResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.clone() |
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withVpcLinkId(String vpcLinkId)
[Required] The identifier of the VpcLink.
|
Copyright © 2021. All rights reserved.