| Package | Description |
|---|---|
| com.baidubce.services.iothub | |
| com.baidubce.services.iothub.model | |
| com.baidubce.services.iothub.model.iotcore |
| Modifier and Type | Method and Description |
|---|---|
BaseResponse |
IotHubClient.attachPrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
Deprecated.
|
BaseResponse |
IotHubClient.attachPrincipalToPolicy(String endpointName,
String principaName,
String policyName)
Deprecated.
|
BaseResponse |
IotHubClient.attachThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
Deprecated.
|
BaseResponse |
IotHubClient.attachThingToPrincipal(String endpointName,
String thingName,
String principaName)
Deprecated.
|
BaseResponse |
IotHubClient.deleteEndpoint(BaseRequest deleteEndpointRequest)
Deprecated.
|
BaseResponse |
IotHubClient.deleteEndpoint(String endpointName)
Deprecated.
|
BaseResponse |
IotHubClient.deletePermission(BaseRequest deletePolicyRequest,
String permissionUuid)
Deprecated.
|
BaseResponse |
IotHubClient.deletePermission(String endpointName,
String permissionUuid)
Deprecated.
|
BaseResponse |
IotHubClient.deletePolicy(QueryPolicyRequest deletePolicyRequest)
Deprecated.
|
BaseResponse |
IotHubClient.deletePolicy(String endpointName,
String policyName)
Deprecated.
|
BaseResponse |
IotHubClient.deletePrincipal(QueryPrincipalRequest deletePrincipalRequest)
Deprecated.
|
BaseResponse |
IotHubClient.deletePrincipal(String endpointName,
String principalName)
Deprecated.
|
BaseResponse |
IotHubClient.deleteThing(DeleteThingRequest deleteThingRequest)
Deprecated.
|
BaseResponse |
IotHubClient.deleteThing(String endpointName,
String thingName)
Deprecated.
|
BaseResponse |
IotHubClient.removePrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
Deprecated.
|
BaseResponse |
IotHubClient.removePrincipalToPolicy(String endpointName,
String principaName,
String policyName)
Deprecated.
|
BaseResponse |
IotHubClient.removeThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
Deprecated.
|
BaseResponse |
IotHubClient.removeThingToPrincipal(String endpointName,
String thingName,
String principaName)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreatePrincipalResponse
Represent the create Principal request.
|
class |
CreatePrincipalWithCertResponse
Represent the create Principal with certificate response.
|
class |
ListPermissionResponse
The permission response to list.
|
class |
ListResponse
The base response to list.
|
class |
QueryEndpointResponse
Represent the response to query the specified endpoint.
|
class |
QueryPermissionResponse
Represent the response to query the specified permission.
|
class |
QueryPolicyResponse
Represent the response to query the specified policy.
|
class |
QueryPrincipalResponse
Represent the response to query the specified principal.
|
class |
QueryResponse
Represent the base response to query.
|
class |
QueryThingResponse
Represent the response to query the specified thing.
|
class |
RenewCertificateResponse
Represent the Renew certificate response .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddPolicyResponse
Represent the response to add policy.
|
class |
CreateDeviceResponse
Represent the response to create device.
|
class |
CreateTemplateResponse
Represent the response to create template.
|
class |
GetDeviceResponse
Represent the response to get device.
|
class |
GetDeviceSignatureResponse
Represent the response to get device signature.
|
class |
GetTemplateResponse
Represent the response to get template.
|
class |
PaginationResponse<T>
Represent the response to pagination data.
|
class |
ResetDeviceSecretResponse
Represent the response to reset device secret.
|
class |
ScrollPaginationResponse<T>
Represent the response to scroll pagination data.
|
class |
UpdateDeviceResponse
Represent the response to update device.
|
Copyright © 2022. All rights reserved.