Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesFilter
Packages that use ListComponentTypesFilter
-
Uses of ListComponentTypesFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentTypesFilterModifier and TypeMethodDescriptionstatic ListComponentTypesFilterListComponentTypesFilter.fromExtendsFrom(String extendsFrom) Create an instance of this class withextendsFrom()initialized to the given value.static ListComponentTypesFilterListComponentTypesFilter.fromIsAbstract(Boolean isAbstract) Create an instance of this class withisAbstract()initialized to the given value.static ListComponentTypesFilterListComponentTypesFilter.fromNamespace(String namespace) Create an instance of this class withnamespace()initialized to the given value.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListComponentTypesFilterModifier and TypeMethodDescriptionfinal List<ListComponentTypesFilter>ListComponentTypesRequest.filters()A list of objects that filter the request.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ListComponentTypesFilterModifier and TypeMethodDescriptionListComponentTypesRequest.Builder.filters(ListComponentTypesFilter... filters) A list of objects that filter the request.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ListComponentTypesFilterModifier and TypeMethodDescriptionListComponentTypesRequest.Builder.filters(Collection<ListComponentTypesFilter> filters) A list of objects that filter the request.