| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateThingTypeResult> |
AWSIotAsyncClient.createThingTypeAsync(CreateThingTypeRequest request,
AsyncHandler<CreateThingTypeRequest,CreateThingTypeResult> asyncHandler) |
Future<CreateThingTypeResult> |
AWSIotAsync.createThingTypeAsync(CreateThingTypeRequest createThingTypeRequest,
AsyncHandler<CreateThingTypeRequest,CreateThingTypeResult> asyncHandler)
Creates a new thing type.
|
Future<CreateThingTypeResult> |
AbstractAWSIotAsync.createThingTypeAsync(CreateThingTypeRequest request,
AsyncHandler<CreateThingTypeRequest,CreateThingTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeRequest |
CreateThingTypeRequest.clone() |
CreateThingTypeRequest |
CreateThingTypeRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the thing type.
|
CreateThingTypeRequest |
CreateThingTypeRequest.withTags(Tag... tags)
Metadata which can be used to manage the thing type.
|
CreateThingTypeRequest |
CreateThingTypeRequest.withThingTypeName(String thingTypeName)
The name of the thing type.
|
CreateThingTypeRequest |
CreateThingTypeRequest.withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
Copyright © 2025. All rights reserved.