Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesFilter
Packages that use ListEntitiesFilter
-
Uses of ListEntitiesFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListEntitiesFilterModifier and TypeMethodDescriptionstatic 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 ListEntitiesFilterModifier and TypeMethodDescriptionfinal List<ListEntitiesFilter>ListEntitiesRequest.filters()A list of objects that filter the request.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ListEntitiesFilterModifier and TypeMethodDescriptionListEntitiesRequest.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 ListEntitiesFilterModifier and TypeMethodDescriptionListEntitiesRequest.Builder.filters(Collection<ListEntitiesFilter> filters) A list of objects that filter the request.