| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsForThingResult |
AbstractAWSIot.listThingGroupsForThing(ListThingGroupsForThingRequest request) |
ListThingGroupsForThingResult |
AWSIot.listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
ListThingGroupsForThingResult |
AWSIotClient.listThingGroupsForThing(ListThingGroupsForThingRequest request)
List the thing groups to which the specified thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingGroupsForThingResult> |
AWSIotAsync.listThingGroupsForThingAsync(ListThingGroupsForThingRequest listThingGroupsForThingRequest,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler)
List the thing groups to which the specified thing belongs.
|
Future<ListThingGroupsForThingResult> |
AWSIotAsyncClient.listThingGroupsForThingAsync(ListThingGroupsForThingRequest request,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler) |
Future<ListThingGroupsForThingResult> |
AbstractAWSIotAsync.listThingGroupsForThingAsync(ListThingGroupsForThingRequest request,
AsyncHandler<ListThingGroupsForThingRequest,ListThingGroupsForThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.clone() |
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.withThingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsForThingResult |
ListThingGroupsForThingResult.withThingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
Copyright © 2018. All rights reserved.