| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingTypeResult |
AbstractAWSIot.describeThingType(DescribeThingTypeRequest request) |
DescribeThingTypeResult |
AWSIot.describeThingType(DescribeThingTypeRequest describeThingTypeRequest)
Gets information about the specified thing type.
|
DescribeThingTypeResult |
AWSIotClient.describeThingType(DescribeThingTypeRequest request)
Gets information about the specified thing type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeThingTypeResult> |
AbstractAWSIotAsync.describeThingTypeAsync(DescribeThingTypeRequest request,
AsyncHandler<DescribeThingTypeRequest,DescribeThingTypeResult> asyncHandler) |
Future<DescribeThingTypeResult> |
AWSIotAsync.describeThingTypeAsync(DescribeThingTypeRequest describeThingTypeRequest,
AsyncHandler<DescribeThingTypeRequest,DescribeThingTypeResult> asyncHandler)
Gets information about the specified thing type.
|
Future<DescribeThingTypeResult> |
AWSIotAsyncClient.describeThingTypeAsync(DescribeThingTypeRequest request,
AsyncHandler<DescribeThingTypeRequest,DescribeThingTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingTypeResult |
DescribeThingTypeResult.clone() |
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeArn(String thingTypeArn)
The thing type ARN.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeId(String thingTypeId)
The thing type ID.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a
value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeName(String thingTypeName)
The name of the thing type.
|
DescribeThingTypeResult |
DescribeThingTypeResult.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
Copyright © 2023. All rights reserved.