Uses of Class
software.amazon.awssdk.services.appmesh.model.ListVirtualGatewaysResponse
-
Packages that use ListVirtualGatewaysResponse 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.software.amazon.awssdk.services.appmesh.paginators -
-
Uses of ListVirtualGatewaysResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return ListVirtualGatewaysResponse Modifier and Type Method Description default ListVirtualGatewaysResponseAppMeshClient. listVirtualGateways(Consumer<ListVirtualGatewaysRequest.Builder> listVirtualGatewaysRequest)Returns a list of existing virtual gateways in a service mesh.default ListVirtualGatewaysResponseAppMeshClient. listVirtualGateways(ListVirtualGatewaysRequest listVirtualGatewaysRequest)Returns a list of existing virtual gateways in a service mesh.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type ListVirtualGatewaysResponse Modifier and Type Method Description default CompletableFuture<ListVirtualGatewaysResponse>AppMeshAsyncClient. listVirtualGateways(Consumer<ListVirtualGatewaysRequest.Builder> listVirtualGatewaysRequest)Returns a list of existing virtual gateways in a service mesh.default CompletableFuture<ListVirtualGatewaysResponse>AppMeshAsyncClient. listVirtualGateways(ListVirtualGatewaysRequest listVirtualGatewaysRequest)Returns a list of existing virtual gateways in a service mesh. -
Uses of ListVirtualGatewaysResponse in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type ListVirtualGatewaysResponse Modifier and Type Method Description Iterator<ListVirtualGatewaysResponse>ListVirtualGatewaysIterable. iterator()Method parameters in software.amazon.awssdk.services.appmesh.paginators with type arguments of type ListVirtualGatewaysResponse Modifier and Type Method Description voidListVirtualGatewaysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVirtualGatewaysResponse> subscriber)
-