|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.baidubce.services.iothub | |
com.baidubce.services.iothub.model |
Uses of Operation in com.baidubce.services.iothub |
---|
Method parameters in com.baidubce.services.iothub with type arguments of type Operation | |
---|---|
QueryPermissionResponse |
IotHubClient.createPermission(String endpointName,
String policyName,
List<Operation> operations,
String topic)
|
QueryPermissionResponse |
IotHubClient.updatePermission(String endpointName,
String permissionUuid,
List<Operation> operations,
String topic)
|
Uses of Operation in com.baidubce.services.iothub.model |
---|
Methods in com.baidubce.services.iothub.model that return Operation | |
---|---|
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. |
Methods in com.baidubce.services.iothub.model that return types with arguments of type Operation | |
---|---|
List<Operation> |
Permission.getOperations()
|
List<Operation> |
UpdatePermissionRequest.getOperations()
|
List<Operation> |
CreatePermissionRequest.getOperations()
|
Method parameters in com.baidubce.services.iothub.model with type arguments of type Operation | |
---|---|
void |
Permission.setOperations(List<Operation> operations)
|
void |
UpdatePermissionRequest.setOperations(List<Operation> operations)
|
void |
CreatePermissionRequest.setOperations(List<Operation> operations)
|
UpdatePermissionRequest |
UpdatePermissionRequest.withOperations(List<Operation> operations)
|
CreatePermissionRequest |
CreatePermissionRequest.withOperations(List<Operation> operations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |