Uses of Class
software.amazon.awssdk.services.iotevents.model.RoutedResource
-
Packages that use RoutedResource Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of RoutedResource in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type RoutedResource Modifier and Type Method Description List<RoutedResource>ListInputRoutingsResponse. routedResources()Summary information about the routed resources.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type RoutedResource Modifier and Type Method Description ListInputRoutingsResponse.BuilderListInputRoutingsResponse.Builder. routedResources(RoutedResource... routedResources)Summary information about the routed resources.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type RoutedResource Modifier and Type Method Description ListInputRoutingsResponse.BuilderListInputRoutingsResponse.Builder. routedResources(Collection<RoutedResource> routedResources)Summary information about the routed resources.
-