| 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 |
|---|---|
ListPrincipalThingsRequest |
ListPrincipalThingsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListPrincipalThingsRequest |
ListPrincipalThingsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
ListPrincipalThingsRequest |
ListPrincipalThingsRequest.withPrincipal(String principal)
The principal.
|
Copyright © 2017. All rights reserved.