| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeResult |
AWSIotClient.createThingType(CreateThingTypeRequest request)
Creates a new thing type.
|
CreateThingTypeResult |
AWSIot.createThingType(CreateThingTypeRequest createThingTypeRequest)
Creates a new thing type.
|
CreateThingTypeResult |
AbstractAWSIot.createThingType(CreateThingTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateThingTypeResult> |
AbstractAWSIotAsync.createThingTypeAsync(CreateThingTypeRequest request,
AsyncHandler<CreateThingTypeRequest,CreateThingTypeResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeResult |
CreateThingTypeResult.clone() |
CreateThingTypeResult |
CreateThingTypeResult.withThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
CreateThingTypeResult |
CreateThingTypeResult.withThingTypeId(String thingTypeId)
The thing type ID.
|
CreateThingTypeResult |
CreateThingTypeResult.withThingTypeName(String thingTypeName)
The name of the thing type.
|
Copyright © 2025. All rights reserved.