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

Packages that use BaseResponse
com.baidubce.services.iothub   
com.baidubce.services.iothub.model   
 

Uses of BaseResponse in com.baidubce.services.iothub
 

Methods in com.baidubce.services.iothub that return BaseResponse
 BaseResponse IotHubClient.attachPrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
           
 BaseResponse IotHubClient.attachPrincipalToPolicy(String endpointName, String principaName, String policyName)
           
 BaseResponse IotHubClient.attachThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
           
 BaseResponse IotHubClient.attachThingToPrincipal(String endpointName, String thingName, String principaName)
           
 BaseResponse IotHubClient.deleteEndpoint(BaseRequest deleteEndpointRequest)
           
 BaseResponse IotHubClient.deleteEndpoint(String endpointName)
           
 BaseResponse IotHubClient.deletePermission(BaseRequest deletePolicyRequest, String permissionUuid)
           
 BaseResponse IotHubClient.deletePermission(String endpointName, String permissionUuid)
           
 BaseResponse IotHubClient.deletePolicy(QueryPolicyRequest deletePolicyRequest)
           
 BaseResponse IotHubClient.deletePolicy(String endpointName, String policyName)
           
 BaseResponse IotHubClient.deletePrincipal(QueryPrincipalRequest deletePrincipalRequest)
           
 BaseResponse IotHubClient.deletePrincipal(String endpointName, String principalName)
           
 BaseResponse IotHubClient.deleteThing(DeleteThingRequest deleteThingRequest)
           
 BaseResponse IotHubClient.deleteThing(String endpointName, String thingName)
           
 BaseResponse IotHubClient.removePrincipalToPolicy(AttachPrincipalToPolicyRequest attachPrincipalToPolicyRequest)
           
 BaseResponse IotHubClient.removePrincipalToPolicy(String endpointName, String principaName, String policyName)
           
 BaseResponse IotHubClient.removeThingToPrincipal(AttachThingToPrincipalRequest attachThingToPrincipalRequest)
           
 BaseResponse IotHubClient.removeThingToPrincipal(String endpointName, String thingName, String principaName)
           
 

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

Subclasses of BaseResponse in com.baidubce.services.iothub.model
 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 .
 



Copyright © 2018. All rights reserved.