Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
-
Packages that use UpdateVpcLinkResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateVpcLinkResponse Modifier and Type Method Description default UpdateVpcLinkResponseApiGatewayClient. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier.default UpdateVpcLinkResponseApiGatewayClient. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateVpcLinkResponse Modifier and Type Method Description default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayAsyncClient. updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier.default CompletableFuture<UpdateVpcLinkResponse>ApiGatewayAsyncClient. updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest)Updates an existing VpcLink of a specified identifier.
-