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