Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateVpcLinkRequest
-
Packages that use UpdateVpcLinkRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of UpdateVpcLinkRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type UpdateVpcLinkRequest Modifier and Type Method Description default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayV2AsyncClient. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates a VPC link.default UpdateVpcLinkResponseApiGatewayV2Client. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates a VPC link. -
Uses of UpdateVpcLinkRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type UpdateVpcLinkRequest Modifier and Type Method Description SdkHttpFullRequestUpdateVpcLinkRequestMarshaller. marshall(UpdateVpcLinkRequest updateVpcLinkRequest)
-