类 IotHubClient
- java.lang.Object
-
- com.baidubce.AbstractBceClient
-
- com.baidubce.services.iothub.IotHubClient
-
@Deprecated public class IotHubClient extends AbstractBceClient
已过时。UseIoTCoreClient, IoT-hub will not be supported in the future.Provides the client for accessing the Iothub(Internet of Things hub).
-
-
字段概要
-
从类继承的字段 com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
-
-
构造器概要
构造器 构造器 说明 IotHubClient(BceClientConfiguration config)已过时。
-
方法概要
-
从类继承的方法 com.baidubce.AbstractBceClient
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
-
-
-
-
构造器详细资料
-
IotHubClient
public IotHubClient(BceClientConfiguration config)
已过时。
-
-
方法详细资料
-
listEndpoints
public ListResponse listEndpoints()
已过时。
-
listEndpoints
public ListResponse listEndpoints(String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
listEndpoints
public ListResponse listEndpoints(ListEndpointsRequest listEndpointsRequest, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
queryEndpoint
public QueryEndpointResponse queryEndpoint(String endpointName)
已过时。
-
queryEndpoint
public QueryEndpointResponse queryEndpoint(QueryEndpointRequest queryEndpointRequest)
已过时。
-
createEndpoint
public QueryEndpointResponse createEndpoint(String endpointName)
已过时。
-
createEndpoint
public QueryEndpointResponse createEndpoint(BaseRequest createEndpointRequest)
已过时。
-
deleteEndpoint
public BaseResponse deleteEndpoint(String endpointName)
已过时。
-
deleteEndpoint
public BaseResponse deleteEndpoint(BaseRequest deleteEndpointRequest)
已过时。
-
listThings
public ListResponse listThings(String endpointName)
已过时。
-
listThings
public ListResponse listThings(String endpointName, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
listThings
public ListResponse listThings(BaseRequest listThingsRequest, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
queryThing
public QueryThingResponse queryThing(String endpointName, String thingName)
已过时。
-
queryThing
public QueryThingResponse queryThing(QueryThingRequest queryThingRequest)
已过时。
-
createThing
public QueryThingResponse createThing(String endpointName, String thingName)
已过时。
-
createThing
public QueryThingResponse createThing(QueryThingRequest createThingRequest)
已过时。
-
deleteThing
public BaseResponse deleteThing(String endpointName, String thingName)
已过时。
-
deleteThing
public BaseResponse deleteThing(DeleteThingRequest deleteThingRequest)
已过时。
-
listPrincipals
public ListResponse listPrincipals(String endpointName)
已过时。
-
listPrincipals
public ListResponse listPrincipals(String endpointName, String thingName)
已过时。
-
listPrincipals
public ListResponse listPrincipals(String endpointName, String thingName, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
listPrincipals
public ListResponse listPrincipals(ListPrincipalsRequest listPrincipalsRequest, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
queryPrincipal
public QueryPrincipalResponse queryPrincipal(String endpointName, String principalName)
已过时。
-
queryPrincipal
public QueryPrincipalResponse queryPrincipal(QueryPrincipalRequest queryPrincipalRequest)
已过时。
-
createPrincipal
public CreatePrincipalResponse createPrincipal(String endpointName, String principalName)
已过时。
-
createPrincipal
public CreatePrincipalResponse createPrincipal(QueryPrincipalRequest createPrincipalRequest)
已过时。
-
createPrincipalWithCert
public CreatePrincipalWithCertResponse createPrincipalWithCert(String endpointName, String principalName)
已过时。
-
createPrincipalWithCert
public CreatePrincipalWithCertResponse createPrincipalWithCert(QueryPrincipalRequest createPrincipalRequest)
已过时。
-
regeneratePassword
public CreatePrincipalResponse regeneratePassword(String endpointName, String principalName)
已过时。
-
regeneratePassword
public CreatePrincipalResponse regeneratePassword(String endpointName, String principalName, String target)
已过时。
-
regeneratePassword
public CreatePrincipalResponse regeneratePassword(RegeneratePasswordRequest regeneratePasswordRequest)
已过时。
-
renewCertificate
public RenewCertificateResponse renewCertificate(String endpointName, String principalName)
已过时。
-
renewCertificate
public RenewCertificateResponse renewCertificate(RenewCertificateRequest renewCertificateRequest)
已过时。
-
deletePrincipal
public BaseResponse deletePrincipal(String endpointName, String principalName)
已过时。
-
deletePrincipal
public BaseResponse deletePrincipal(QueryPrincipalRequest deletePrincipalRequest)
已过时。
-
listPolicy
public ListResponse listPolicy(String endpointName)
已过时。
-
listPolicy
public ListResponse listPolicy(String endpointName, String principalName)
已过时。
-
listPolicy
public ListResponse listPolicy(String endpointName, String principalName, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
listPolicy
public ListResponse listPolicy(ListPolicyRequest listPolicyRequest, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
queryPolicy
public QueryPolicyResponse queryPolicy(String endpointName, String policyName)
已过时。
-
queryPolicy
public QueryPolicyResponse queryPolicy(QueryPolicyRequest queryPolicyRequest)
已过时。
-
createPolicy
public QueryPolicyResponse createPolicy(String endpointName, String policyName)
已过时。
-
createPolicy
public QueryPolicyResponse createPolicy(QueryPolicyRequest createPolicyRequest)
已过时。
-
deletePolicy
public BaseResponse deletePolicy(String endpointName, String policyName)
已过时。
-
deletePolicy
public BaseResponse deletePolicy(QueryPolicyRequest deletePolicyRequest)
已过时。
-
listPermission
public ListPermissionResponse listPermission(String endpointName, String policyName)
已过时。
-
listPermission
public ListPermissionResponse listPermission(String endpointName, String policyName, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
listPermission
public ListPermissionResponse listPermission(QueryPolicyRequest listPermissonRequest, String order, String orderBy, String pageNo, String pageSize, String q)
已过时。
-
queryPermission
public QueryPermissionResponse queryPermission(String endpointName, String permissionUuid)
已过时。
-
queryPermission
public QueryPermissionResponse queryPermission(QueryPermissionRequest queryPermissionRequest)
已过时。
-
createPermission
public QueryPermissionResponse createPermission(String endpointName, String policyName, List<Operation> operations, String topic)
已过时。
-
createPermission
public QueryPermissionResponse createPermission(CreatePermissionRequest createPermissionRequest)
已过时。
-
updatePermission
public QueryPermissionResponse updatePermission(String endpointName, String permissionUuid, List<Operation> operations, String topic)
已过时。
-
updatePermission
public QueryPermissionResponse updatePermission(UpdatePermissionRequest updatePermissionRequest)
已过时。
-
deletePermission
public BaseResponse deletePermission(String endpointName, String permissionUuid)
已过时。
-
deletePermission
public BaseResponse deletePermission(BaseRequest deletePolicyRequest, String permissionUuid)
已过时。
-
attachThingToPrincipal
public BaseResponse attachThingToPrincipal(String endpointName, String thingName, String principaName)
已过时。
-
attachThingToPrincipal
public BaseResponse attachThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
已过时。
-
removeThingToPrincipal
public BaseResponse removeThingToPrincipal(String endpointName, String thingName, String principaName)
已过时。
-
removeThingToPrincipal
public BaseResponse removeThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
已过时。
-
attachPrincipalToPolicy
public BaseResponse attachPrincipalToPolicy(String endpointName, String principaName, String policyName)
已过时。
-
attachPrincipalToPolicy
public BaseResponse attachPrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
已过时。
-
removePrincipalToPolicy
public BaseResponse removePrincipalToPolicy(String endpointName, String principaName, String policyName)
已过时。
-
removePrincipalToPolicy
public BaseResponse removePrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
已过时。
-
getClientStatus
public MqttClientStatusResponse getClientStatus(MqttClientStatusRequest request)
已过时。
-
batchGetClientStatus
public BatchGetMqttClientStatusResponse batchGetClientStatus(BatchGetMqttClientStatusRequest request)
已过时。
-
getAccountMqttUsageOfCurrentBillingMonth
public MqttUsageResponse getAccountMqttUsageOfCurrentBillingMonth(AccountMqttUsageRequest request)
已过时。
-
getEndpointMqttUsageOfCurrentBillingMonth
public MqttUsageResponse getEndpointMqttUsageOfCurrentBillingMonth(BaseRequest request)
已过时。
-
queryEndpointDailyMqttUsage
public QueryEndpointDailyMqttUsageResponse queryEndpointDailyMqttUsage(QueryEndpointDailyMqttUsageRequest request)
已过时。
-
-