| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ListEntitiesFilter |
ListEntitiesFilter.fromComponentTypeId(String componentTypeId)
Create an instance of this class with
componentTypeId() initialized to the given value. |
static ListEntitiesFilter |
ListEntitiesFilter.fromExternalId(String externalId)
Create an instance of this class with
externalId() initialized to the given value. |
static ListEntitiesFilter |
ListEntitiesFilter.fromParentEntityId(String parentEntityId)
Create an instance of this class with
parentEntityId() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<ListEntitiesFilter> |
ListEntitiesRequest.filters()
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesRequest.Builder |
ListEntitiesRequest.Builder.filters(ListEntitiesFilter... filters)
A list of objects that filter the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesRequest.Builder |
ListEntitiesRequest.Builder.filters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
|
Copyright © 2022. All rights reserved.