| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPrincipalThingsResponse> |
IotAsyncClient.listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
default ListPrincipalThingsResponse |
IotClient.listPrincipalThings(Consumer<ListPrincipalThingsRequest.Builder> listPrincipalThingsRequest)
Lists the things associated with the specified principal.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.builder() |
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.Builder.principal(String principal)
The principal.
|
ListPrincipalThingsRequest.Builder |
ListPrincipalThingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPrincipalThingsRequest.Builder> |
ListPrincipalThingsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.