Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListThingsResponse> |
IotAsyncClient.listThings(Consumer<ListThingsRequest.Builder> listThingsRequest)
Lists your things.
|
default ListThingsResponse |
IotClient.listThings(Consumer<ListThingsRequest.Builder> listThingsRequest)
Lists your things.
|
default ListThingsPublisher |
IotAsyncClient.listThingsPaginator(Consumer<ListThingsRequest.Builder> listThingsRequest)
Lists your things.
|
default ListThingsIterable |
IotClient.listThingsPaginator(Consumer<ListThingsRequest.Builder> listThingsRequest)
Lists your things.
|
Modifier and Type | Method and Description |
---|---|
ListThingsRequest.Builder |
ListThingsRequest.Builder.attributeName(String attributeName)
The attribute name used to search for things.
|
ListThingsRequest.Builder |
ListThingsRequest.Builder.attributeValue(String attributeValue)
The attribute value used to search for things.
|
static ListThingsRequest.Builder |
ListThingsRequest.builder() |
ListThingsRequest.Builder |
ListThingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingsRequest.Builder |
ListThingsRequest.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. |
ListThingsRequest.Builder |
ListThingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingsRequest.Builder |
ListThingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingsRequest.Builder |
ListThingsRequest.Builder.thingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
ListThingsRequest.Builder |
ListThingsRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ListThingsRequest.Builder> |
ListThingsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.