| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeprecateThingTypeResult> |
AbstractAWSIotAsync.deprecateThingTypeAsync(DeprecateThingTypeRequest request,
AsyncHandler<DeprecateThingTypeRequest,DeprecateThingTypeResult> asyncHandler) |
Future<DeprecateThingTypeResult> |
AWSIotAsync.deprecateThingTypeAsync(DeprecateThingTypeRequest deprecateThingTypeRequest,
AsyncHandler<DeprecateThingTypeRequest,DeprecateThingTypeResult> asyncHandler)
Deprecates a thing type.
|
Future<DeprecateThingTypeResult> |
AWSIotAsyncClient.deprecateThingTypeAsync(DeprecateThingTypeRequest request,
AsyncHandler<DeprecateThingTypeRequest,DeprecateThingTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeRequest |
DeprecateThingTypeRequest.clone() |
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 © 2023. All rights reserved.