Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesFilter.Builder
-
Packages that use ListComponentTypesFilter.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ListComponentTypesFilter.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentTypesFilter.Builder Modifier and Type Method Description static ListComponentTypesFilter.BuilderListComponentTypesFilter. builder()ListComponentTypesFilter.BuilderListComponentTypesFilter.Builder. extendsFrom(String extendsFrom)The component type that the component types in the list extend.ListComponentTypesFilter.BuilderListComponentTypesFilter.Builder. isAbstract(Boolean isAbstract)A Boolean value that specifies whether the component types in the list are abstract.ListComponentTypesFilter.BuilderListComponentTypesFilter.Builder. namespace(String namespace)The namespace to which the component types in the list belong.ListComponentTypesFilter.BuilderListComponentTypesFilter. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListComponentTypesFilter.Builder Modifier and Type Method Description static Class<? extends ListComponentTypesFilter.Builder>ListComponentTypesFilter. serializableBuilderClass()
-