Uses of Class
software.amazon.awssdk.services.appmesh.model.RouteRef
-
Packages that use RouteRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of RouteRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type RouteRef Modifier and Type Method Description List<RouteRef>ListRoutesResponse. routes()The list of existing routes for the specified service mesh and virtual router.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type RouteRef Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. routes(RouteRef... routes)The list of existing routes for the specified service mesh and virtual router.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type RouteRef Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. routes(Collection<RouteRef> routes)The list of existing routes for the specified service mesh and virtual router. -
Uses of RouteRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type RouteRef Modifier and Type Method Description SdkIterable<RouteRef>ListRoutesIterable. routes()Returns an iterable to iterate through the paginatedListRoutesResponse.routes()member.SdkPublisher<RouteRef>ListRoutesPublisher. routes()Returns a publisher that can be used to get a stream of data.
-