Uses of Class
com.baidubce.services.iothub.model.BaseRequest

Packages that use BaseRequest
com.baidubce.services.iothub   
com.baidubce.services.iothub.model   
com.baidubce.services.iotviz.model   
 

Uses of BaseRequest in com.baidubce.services.iothub
 

Methods in com.baidubce.services.iothub with parameters of type BaseRequest
 QueryEndpointResponse IotHubClient.createEndpoint(BaseRequest createEndpointRequest)
           
 BaseResponse IotHubClient.deleteEndpoint(BaseRequest deleteEndpointRequest)
           
 BaseResponse IotHubClient.deletePermission(BaseRequest deletePolicyRequest, String permissionUuid)
           
 MqttUsageResponse IotHubClient.getEndpointMqttUsageOfCurrentBillingMonth(BaseRequest request)
           
 ListResponse IotHubClient.listThings(BaseRequest listThingsRequest, String order, String orderBy, String pageNo, String pageSize, String q)
           
 

Uses of BaseRequest in com.baidubce.services.iothub.model
 

Subclasses of BaseRequest in com.baidubce.services.iothub.model
 class AttachPrincipalToPolicyRequest
          Represent the request for Attach and Remove PrincipalToPolicy.
 class AttachThingToPrincipalRequest
          Represent the request for Attach and Remove ThingToPrincipal.
 class BatchGetMqttClientStatusRequest
           
 class CreatePermissionRequest
          Represent the create permission request.
 class DeleteThingRequest
          Represent the delete thing request.
 class ListEndpointsRequest
          Represent the list all endpoint request.
 class ListPolicyRequest
          Represent the request to list all principal in specified principal.
 class ListPrincipalsRequest
          Represent the request to list all principal in specified thing.
 class ListThingsRequest
          Represent the request to list all thing in specified endpoint.
 class MqttClientStatusRequest
           
 class QueryEndpointDailyMqttUsageRequest
           
 class QueryEndpointRequest
          Represent the request to query the specified endpoint.
 class QueryPermissionRequest
          Represent the request to query the permission by specified permissionUuid.
 class QueryPolicyRequest
          Represent the request to query the specified policy by policyName.
 class QueryPrincipalRequest
          Represent the request to query the specified principal by principalName.
 class QueryThingRequest
          Represent the request to query the specified thing by thingName.
 class RegeneratePasswordRequest
          Represent the request to regenerate pwd.
 class RenewCertificateRequest
          Represent the request to renew the certificate.
 class UpdatePermissionRequest
          Represent the request to update the permission.
 

Methods in com.baidubce.services.iothub.model that return BaseRequest
 BaseRequest BaseRequest.withEndpointName(String endpointName)
           
 BaseRequest BaseRequest.withRequestCredentials(BceCredentials credentials)
           
 

Uses of BaseRequest in com.baidubce.services.iotviz.model
 

Subclasses of BaseRequest in com.baidubce.services.iotviz.model
 class CreateTokenRequest
          Request to create a token
 



Copyright © 2018. All rights reserved.