Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesFilter
-
Packages that use ListEntitiesFilter Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ListEntitiesFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListEntitiesFilter Modifier and Type Method Description static ListEntitiesFilterListEntitiesFilter. fromComponentTypeId(String componentTypeId)Create an instance of this class withcomponentTypeId()initialized to the given value.static ListEntitiesFilterListEntitiesFilter. fromExternalId(String externalId)Create an instance of this class withexternalId()initialized to the given value.static ListEntitiesFilterListEntitiesFilter. fromParentEntityId(String parentEntityId)Create an instance of this class withparentEntityId()initialized to the given value.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListEntitiesFilter Modifier and Type Method Description List<ListEntitiesFilter>ListEntitiesRequest. filters()A list of objects that filter the request.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ListEntitiesFilter Modifier and Type Method Description ListEntitiesRequest.BuilderListEntitiesRequest.Builder. filters(ListEntitiesFilter... filters)A list of objects that filter the request.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ListEntitiesFilter Modifier and Type Method Description ListEntitiesRequest.BuilderListEntitiesRequest.Builder. filters(Collection<ListEntitiesFilter> filters)A list of objects that filter the request.
-