| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateThingTypeResponse.Builder |
CreateThingTypeResponse.builder() |
CreateThingTypeResponse.Builder |
CreateThingTypeResponse.Builder.thingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
CreateThingTypeResponse.Builder |
CreateThingTypeResponse.Builder.thingTypeId(String thingTypeId)
The thing type ID.
|
CreateThingTypeResponse.Builder |
CreateThingTypeResponse.Builder.thingTypeName(String thingTypeName)
The name of the thing type.
|
CreateThingTypeResponse.Builder |
CreateThingTypeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateThingTypeResponse.Builder> |
CreateThingTypeResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.