| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ListComponentTypesFilter |
ListComponentTypesFilter.fromExtendsFrom(String extendsFrom)
Create an instance of this class with
extendsFrom() initialized to the given value. |
static ListComponentTypesFilter |
ListComponentTypesFilter.fromIsAbstract(Boolean isAbstract)
Create an instance of this class with
isAbstract() initialized to the given value. |
static ListComponentTypesFilter |
ListComponentTypesFilter.fromNamespace(String namespace)
Create an instance of this class with
namespace() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<ListComponentTypesFilter> |
ListComponentTypesRequest.filters()
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesRequest.Builder |
ListComponentTypesRequest.Builder.filters(ListComponentTypesFilter... filters)
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesRequest.Builder |
ListComponentTypesRequest.Builder.filters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
|
Copyright © 2023. All rights reserved.