| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingGroupsForThingResult> |
AWSIotAsyncClient.listThingGroupsForThingAsync(ListThingGroupsForThingRequest request,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler) |
Future<ListThingGroupsForThingResult> |
AbstractAWSIotAsync.listThingGroupsForThingAsync(ListThingGroupsForThingRequest request,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler) |
Future<ListThingGroupsForThingResult> |
AWSIotAsync.listThingGroupsForThingAsync(ListThingGroupsForThingRequest listThingGroupsForThingRequest,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler)
List the thing groups to which the specified thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsForThingRequest |
ListThingGroupsForThingRequest.clone() |
ListThingGroupsForThingRequest |
ListThingGroupsForThingRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsForThingRequest |
ListThingGroupsForThingRequest.withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListThingGroupsForThingRequest |
ListThingGroupsForThingRequest.withThingName(String thingName)
The thing name.
|
Copyright © 2022. All rights reserved.