| Package | Description |
|---|---|
| com.amazonaws.services.iotdata |
|
| com.amazonaws.services.iotdata.model |
| Modifier and Type | Method and Description |
|---|---|
ListNamedShadowsForThingResult |
AbstractAWSIotData.listNamedShadowsForThing(ListNamedShadowsForThingRequest request) |
ListNamedShadowsForThingResult |
AWSIotData.listNamedShadowsForThing(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest)
Lists the shadows for the specified thing.
|
ListNamedShadowsForThingResult |
AWSIotDataClient.listNamedShadowsForThing(ListNamedShadowsForThingRequest request)
Lists the shadows for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNamedShadowsForThingResult> |
AbstractAWSIotDataAsync.listNamedShadowsForThingAsync(ListNamedShadowsForThingRequest request,
AsyncHandler<ListNamedShadowsForThingRequest,ListNamedShadowsForThingResult> asyncHandler) |
Future<ListNamedShadowsForThingResult> |
AWSIotDataAsyncClient.listNamedShadowsForThingAsync(ListNamedShadowsForThingRequest request,
AsyncHandler<ListNamedShadowsForThingRequest,ListNamedShadowsForThingResult> asyncHandler) |
Future<ListNamedShadowsForThingResult> |
AWSIotDataAsync.listNamedShadowsForThingAsync(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest,
AsyncHandler<ListNamedShadowsForThingRequest,ListNamedShadowsForThingResult> asyncHandler)
Lists the shadows for the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
ListNamedShadowsForThingResult |
ListNamedShadowsForThingResult.clone() |
ListNamedShadowsForThingResult |
ListNamedShadowsForThingResult.withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListNamedShadowsForThingResult |
ListNamedShadowsForThingResult.withResults(Collection<String> results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResult |
ListNamedShadowsForThingResult.withResults(String... results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResult |
ListNamedShadowsForThingResult.withTimestamp(Long timestamp)
The Epoch date and time the response was generated by IoT.
|
Copyright © 2024. All rights reserved.