| Package | Description |
|---|---|
| com.baidubce.services.iotdmp | |
| com.baidubce.services.iotdmp.model.device |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformClient.importCsvCreateDevice(String instanceId,
String productKey,
File file,
AuthType authType) |
void |
PlatformClient.importCsvCreateDevice(String instanceId,
String productKey,
File file,
AuthType authType,
String description) |
void |
PlatformClient.importCsvCreateDevice(String instanceId,
String productKey,
File file,
AuthType authType,
String description,
boolean isRegisterIotCore) |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.