Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateVpcLinkResponse
-
Packages that use UpdateVpcLinkResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateVpcLinkResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateVpcLinkResponse Modifier and Type Method Description default UpdateVpcLinkResponseApiGatewayV2Client. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates a VPC link.default UpdateVpcLinkResponseApiGatewayV2Client. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates a VPC link.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateVpcLinkResponse Modifier and Type Method Description default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayV2AsyncClient. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates a VPC link.default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayV2AsyncClient. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates a VPC link.
-