| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ListThingPrincipalsResponse.Builder |
ListThingPrincipalsResponse.builder() |
ListThingPrincipalsResponse.Builder |
ListThingPrincipalsResponse.Builder.nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListThingPrincipalsResponse.Builder |
ListThingPrincipalsResponse.Builder.principals(Collection<String> principals)
The principals associated with the thing.
|
ListThingPrincipalsResponse.Builder |
ListThingPrincipalsResponse.Builder.principals(String... principals)
The principals associated with the thing.
|
ListThingPrincipalsResponse.Builder |
ListThingPrincipalsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingPrincipalsResponse.Builder> |
ListThingPrincipalsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.