Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualRouterRef
-
Packages that use VirtualRouterRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of VirtualRouterRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualRouterRef Modifier and Type Method Description List<VirtualRouterRef>ListVirtualRoutersResponse. virtualRouters()The list of existing virtual routers for the specified service mesh.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualRouterRef Modifier and Type Method Description ListVirtualRoutersResponse.BuilderListVirtualRoutersResponse.Builder. virtualRouters(VirtualRouterRef... virtualRouters)The list of existing virtual routers for the specified service mesh.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualRouterRef Modifier and Type Method Description ListVirtualRoutersResponse.BuilderListVirtualRoutersResponse.Builder. virtualRouters(Collection<VirtualRouterRef> virtualRouters)The list of existing virtual routers for the specified service mesh. -
Uses of VirtualRouterRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type VirtualRouterRef Modifier and Type Method Description SdkIterable<VirtualRouterRef>ListVirtualRoutersIterable. virtualRouters()Returns an iterable to iterate through the paginatedListVirtualRoutersResponse.virtualRouters()member.SdkPublisher<VirtualRouterRef>ListVirtualRoutersPublisher. virtualRouters()Returns a publisher that can be used to get a stream of data.
-