| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesFilter |
ListComponentTypesFilter.clone() |
ListComponentTypesFilter |
ListComponentTypesFilter.withExtendsFrom(String extendsFrom)
The component type that the component types in the list extend.
|
ListComponentTypesFilter |
ListComponentTypesFilter.withIsAbstract(Boolean isAbstract)
A Boolean value that specifies whether the component types in the list are abstract.
|
ListComponentTypesFilter |
ListComponentTypesFilter.withNamespace(String namespace)
The namespace to which the component types in the list belong.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListComponentTypesFilter> |
ListComponentTypesRequest.getFilters()
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesRequest |
ListComponentTypesRequest.withFilters(ListComponentTypesFilter... filters)
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentTypesRequest.setFilters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
|
ListComponentTypesRequest |
ListComponentTypesRequest.withFilters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
|
Copyright © 2024. All rights reserved.