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