Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.FilterByComponentType
-
Packages that use FilterByComponentType Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of FilterByComponentType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return FilterByComponentType Modifier and Type Method Description FilterByComponentTypeIotTwinMakerSourceConfigurationFilter. filterByComponentType()Filter by component type.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type FilterByComponentType Modifier and Type Method Description IotTwinMakerSourceConfigurationFilter.BuilderIotTwinMakerSourceConfigurationFilter.Builder. filterByComponentType(FilterByComponentType filterByComponentType)Filter by component type.static IotTwinMakerSourceConfigurationFilterIotTwinMakerSourceConfigurationFilter. fromFilterByComponentType(FilterByComponentType filterByComponentType)Create an instance of this class withIotTwinMakerSourceConfigurationFilter.filterByComponentType()initialized to the given value.
-