| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeResult |
AWSIotClient.deprecateThingType(DeprecateThingTypeRequest deprecateThingTypeRequest)
Deprecates a thing type.
|
DeprecateThingTypeResult |
AWSIot.deprecateThingType(DeprecateThingTypeRequest deprecateThingTypeRequest)
Deprecates a thing type.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeRequest |
DeprecateThingTypeRequest.withThingTypeName(String thingTypeName)
The name of the thing type to deprecate.
|
DeprecateThingTypeRequest |
DeprecateThingTypeRequest.withUndoDeprecate(Boolean undoDeprecate)
Whether to undeprecate a deprecated thing type.
|
Copyright © 2017. All rights reserved.