| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotdataplane.model |
| Modifier and Type | Method and Description |
|---|---|
static ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.builder() |
ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.Builder.results(Collection<String> results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.Builder.results(String... results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.Builder.timestamp(Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
|
ListNamedShadowsForThingResponse.Builder |
ListNamedShadowsForThingResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNamedShadowsForThingResponse.Builder> |
ListNamedShadowsForThingResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.