Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
Packages that use UpdateVpcLinkResponse
-
Uses of UpdateVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateVpcLinkResponseModifier and TypeMethodDescriptiondefault 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 UpdateVpcLinkResponseModifier and TypeMethodDescriptiondefault 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.