| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListThingPrincipalsResult> |
AWSIotAsyncClient.listThingPrincipalsAsync(ListThingPrincipalsRequest request,
AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler) |
Future<ListThingPrincipalsResult> |
AbstractAWSIotAsync.listThingPrincipalsAsync(ListThingPrincipalsRequest request,
AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler) |
Future<ListThingPrincipalsResult> |
AWSIotAsync.listThingPrincipalsAsync(ListThingPrincipalsRequest listThingPrincipalsRequest,
AsyncHandler<ListThingPrincipalsRequest,ListThingPrincipalsResult> asyncHandler)
Lists the principals associated with the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingPrincipalsRequest |
ListThingPrincipalsRequest.clone() |
ListThingPrincipalsRequest |
ListThingPrincipalsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingPrincipalsRequest |
ListThingPrincipalsRequest.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. |
ListThingPrincipalsRequest |
ListThingPrincipalsRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2023. All rights reserved.