| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices |
Describes all of the AWS IoT 1-Click device-related API operations for the service.
|
| software.amazon.awssdk.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDevicesResponse> |
Iot1ClickDevicesAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
default ListDevicesResponse |
Iot1ClickDevicesClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Lists the 1-Click compatible devices associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDevicesRequest.Builder |
ListDevicesRequest.builder() |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.deviceType(String deviceType)
The type of the device, such as "button".
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
ListDevicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicesRequest.Builder> |
ListDevicesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.