| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeThingTypeResponse |
IotClient.describeThingType(Consumer<DescribeThingTypeRequest.Builder> describeThingTypeRequest)
Gets information about the specified thing type.
|
default DescribeThingTypeResponse |
IotClient.describeThingType(DescribeThingTypeRequest describeThingTypeRequest)
Gets information about the specified thing type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeThingTypeResponse> |
IotAsyncClient.describeThingType(Consumer<DescribeThingTypeRequest.Builder> describeThingTypeRequest)
Gets information about the specified thing type.
|
default CompletableFuture<DescribeThingTypeResponse> |
IotAsyncClient.describeThingType(DescribeThingTypeRequest describeThingTypeRequest)
Gets information about the specified thing type.
|
Copyright © 2023. All rights reserved.