| Package | Description |
|---|---|
| com.amazonaws.services.iotdata |
|
| com.amazonaws.services.iotdata.model |
| 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 |
|---|---|
ListNamedShadowsForThingRequest |
ListNamedShadowsForThingRequest.clone() |
ListNamedShadowsForThingRequest |
ListNamedShadowsForThingRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListNamedShadowsForThingRequest |
ListNamedShadowsForThingRequest.withPageSize(Integer pageSize)
The result page size.
|
ListNamedShadowsForThingRequest |
ListNamedShadowsForThingRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2024. All rights reserved.