Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateVirtualGatewayResponse
-
Packages that use UpdateVirtualGatewayResponse Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices. -
-
Uses of UpdateVirtualGatewayResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return UpdateVirtualGatewayResponse Modifier and Type Method Description default UpdateVirtualGatewayResponseAppMeshClient. updateVirtualGateway(Consumer<UpdateVirtualGatewayRequest.Builder> updateVirtualGatewayRequest)Updates an existing virtual gateway in a specified service mesh.default UpdateVirtualGatewayResponseAppMeshClient. updateVirtualGateway(UpdateVirtualGatewayRequest updateVirtualGatewayRequest)Updates an existing virtual gateway in a specified service mesh.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type UpdateVirtualGatewayResponse Modifier and Type Method Description default CompletableFuture<UpdateVirtualGatewayResponse>AppMeshAsyncClient. updateVirtualGateway(Consumer<UpdateVirtualGatewayRequest.Builder> updateVirtualGatewayRequest)Updates an existing virtual gateway in a specified service mesh.default CompletableFuture<UpdateVirtualGatewayResponse>AppMeshAsyncClient. updateVirtualGateway(UpdateVirtualGatewayRequest updateVirtualGatewayRequest)Updates an existing virtual gateway in a specified service mesh.
-