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