Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesFilter
-
Packages that use ListComponentTypesFilter Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ListComponentTypesFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentTypesFilter Modifier and Type Method Description static 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 ListComponentTypesFilter Modifier and Type Method Description List<ListComponentTypesFilter>ListComponentTypesRequest. filters()A list of objects that filter the request.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type ListComponentTypesFilter Modifier and Type Method Description ListComponentTypesRequest.BuilderListComponentTypesRequest.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 ListComponentTypesFilter Modifier and Type Method Description ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. filters(Collection<ListComponentTypesFilter> filters)A list of objects that filter the request.
-