Uses of Class
com.oracle.bmc.iot.responses.DeleteIotDomainGroupResponse
-
Packages that use DeleteIotDomainGroupResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of DeleteIotDomainGroupResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return DeleteIotDomainGroupResponse Modifier and Type Method Description DeleteIotDomainGroupResponse
Iot. deleteIotDomainGroup(DeleteIotDomainGroupRequest request)
Deletes the IoT domain group identified by the specified OCID.DeleteIotDomainGroupResponse
IotClient. deleteIotDomainGroup(DeleteIotDomainGroupRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type DeleteIotDomainGroupResponse Modifier and Type Method Description Future<DeleteIotDomainGroupResponse>
IotAsync. deleteIotDomainGroup(DeleteIotDomainGroupRequest request, AsyncHandler<DeleteIotDomainGroupRequest,DeleteIotDomainGroupResponse> handler)
Deletes the IoT domain group identified by the specified OCID.Future<DeleteIotDomainGroupResponse>
IotAsyncClient. deleteIotDomainGroup(DeleteIotDomainGroupRequest request, AsyncHandler<DeleteIotDomainGroupRequest,DeleteIotDomainGroupResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotDomainGroupResponse Modifier and Type Method Description Future<DeleteIotDomainGroupResponse>
IotAsync. deleteIotDomainGroup(DeleteIotDomainGroupRequest request, AsyncHandler<DeleteIotDomainGroupRequest,DeleteIotDomainGroupResponse> handler)
Deletes the IoT domain group identified by the specified OCID.Future<DeleteIotDomainGroupResponse>
IotAsyncClient. deleteIotDomainGroup(DeleteIotDomainGroupRequest request, AsyncHandler<DeleteIotDomainGroupRequest,DeleteIotDomainGroupResponse> handler)
-
Uses of DeleteIotDomainGroupResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return DeleteIotDomainGroupResponse Modifier and Type Method Description DeleteIotDomainGroupResponse
DeleteIotDomainGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type DeleteIotDomainGroupResponse Modifier and Type Method Description DeleteIotDomainGroupResponse.Builder
DeleteIotDomainGroupResponse.Builder. copy(DeleteIotDomainGroupResponse o)
Copy method to populate the builder with values from the given instance.
-