Uses of Class
com.oracle.bmc.iot.requests.DeleteIotDomainGroupRequest
-
Packages that use DeleteIotDomainGroupRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of DeleteIotDomainGroupRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type DeleteIotDomainGroupRequest Modifier and Type Method Description DeleteIotDomainGroupResponse
Iot. deleteIotDomainGroup(DeleteIotDomainGroupRequest request)
Deletes the IoT domain group identified by the specified OCID.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)
DeleteIotDomainGroupResponse
IotClient. deleteIotDomainGroup(DeleteIotDomainGroupRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotDomainGroupRequest 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 DeleteIotDomainGroupRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return DeleteIotDomainGroupRequest Modifier and Type Method Description DeleteIotDomainGroupRequest
DeleteIotDomainGroupRequest.Builder. build()
Build the instance of DeleteIotDomainGroupRequest as configured by this builderDeleteIotDomainGroupRequest
DeleteIotDomainGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteIotDomainGroupRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type DeleteIotDomainGroupRequest Modifier and Type Method Description DeleteIotDomainGroupRequest.Builder
DeleteIotDomainGroupRequest.Builder. copy(DeleteIotDomainGroupRequest o)
Copy method to populate the builder with values from the given instance.
-