| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingGroupsForThingResponse> |
IotAsyncClient.listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default ListThingGroupsForThingResponse |
IotClient.listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default ListThingGroupsForThingPublisher |
IotAsyncClient.listThingGroupsForThingPaginator(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
default ListThingGroupsForThingIterable |
IotClient.listThingGroupsForThingPaginator(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)
List the thing groups to which the specified thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.builder() |
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.Builder.nextToken(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. |
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.Builder.thingName(String thingName)
The thing name.
|
ListThingGroupsForThingRequest.Builder |
ListThingGroupsForThingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListThingGroupsForThingRequest.Builder> |
ListThingGroupsForThingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.