| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EntityDescription> |
SearchEntitiesResponse.descriptions()
An array of descriptions for each entity returned in the search result.
|
List<EntityDescription> |
GetEntitiesResponse.descriptions()
An array of descriptions for the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
SearchEntitiesResponse.Builder |
SearchEntitiesResponse.Builder.descriptions(EntityDescription... descriptions)
An array of descriptions for each entity returned in the search result.
|
GetEntitiesResponse.Builder |
GetEntitiesResponse.Builder.descriptions(EntityDescription... descriptions)
An array of descriptions for the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
SearchEntitiesResponse.Builder |
SearchEntitiesResponse.Builder.descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for each entity returned in the search result.
|
GetEntitiesResponse.Builder |
GetEntitiesResponse.Builder.descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EntityDescription> |
SearchEntitiesPublisher.descriptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EntityDescription> |
SearchEntitiesIterable.descriptions()
Returns an iterable to iterate through the paginated
SearchEntitiesResponse.descriptions() member. |
Copyright © 2022. All rights reserved.