| Package | Description |
|---|---|
| com.baidubce.services.iothub | |
| com.baidubce.services.iothub.model |
| Modifier and Type | Method and Description |
|---|---|
QueryPermissionResponse |
IotHubClient.createPermission(String endpointName,
String policyName,
List<Operation> operations,
String topic)
Deprecated.
|
QueryPermissionResponse |
IotHubClient.updatePermission(String endpointName,
String permissionUuid,
List<Operation> operations,
String topic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
UpdatePermissionRequest.getOperations() |
List<Operation> |
CreatePermissionRequest.getOperations() |
List<Operation> |
Permission.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePermissionRequest.setOperations(List<Operation> operations) |
void |
CreatePermissionRequest.setOperations(List<Operation> operations) |
void |
Permission.setOperations(List<Operation> operations) |
UpdatePermissionRequest |
UpdatePermissionRequest.withOperations(List<Operation> operations) |
CreatePermissionRequest |
CreatePermissionRequest.withOperations(List<Operation> operations) |
Copyright © 2024. All rights reserved.