| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalThingsResult |
AWSIotClient.listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
ListPrincipalThingsResult |
AWSIot.listPrincipalThings(ListPrincipalThingsRequest listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalThingsResult |
ListPrincipalThingsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListPrincipalThingsResult |
ListPrincipalThingsResult.withThings(Collection<String> things)
The things.
|
ListPrincipalThingsResult |
ListPrincipalThingsResult.withThings(String... things)
The things.
|
Copyright © 2017. All rights reserved.