Uses of Class
com.oracle.bmc.iot.requests.DeleteIotDomainRequest
- 
Packages that use DeleteIotDomainRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests 
- 
- 
Uses of DeleteIotDomainRequest in com.oracle.bmc.iotMethods in com.oracle.bmc.iot with parameters of type DeleteIotDomainRequest Modifier and Type Method Description DeleteIotDomainResponseIot. deleteIotDomain(DeleteIotDomainRequest request)Deletes the IoT domain identified by the specified OCID.Future<DeleteIotDomainResponse>IotAsync. deleteIotDomain(DeleteIotDomainRequest request, AsyncHandler<DeleteIotDomainRequest,DeleteIotDomainResponse> handler)Deletes the IoT domain identified by the specified OCID.Future<DeleteIotDomainResponse>IotAsyncClient. deleteIotDomain(DeleteIotDomainRequest request, AsyncHandler<DeleteIotDomainRequest,DeleteIotDomainResponse> handler)DeleteIotDomainResponseIotClient. deleteIotDomain(DeleteIotDomainRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotDomainRequest Modifier and Type Method Description Future<DeleteIotDomainResponse>IotAsync. deleteIotDomain(DeleteIotDomainRequest request, AsyncHandler<DeleteIotDomainRequest,DeleteIotDomainResponse> handler)Deletes the IoT domain identified by the specified OCID.Future<DeleteIotDomainResponse>IotAsyncClient. deleteIotDomain(DeleteIotDomainRequest request, AsyncHandler<DeleteIotDomainRequest,DeleteIotDomainResponse> handler)
- 
Uses of DeleteIotDomainRequest in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return DeleteIotDomainRequest Modifier and Type Method Description DeleteIotDomainRequestDeleteIotDomainRequest.Builder. build()Build the instance of DeleteIotDomainRequest as configured by this builderDeleteIotDomainRequestDeleteIotDomainRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteIotDomainRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type DeleteIotDomainRequest Modifier and Type Method Description DeleteIotDomainRequest.BuilderDeleteIotDomainRequest.Builder. copy(DeleteIotDomainRequest o)Copy method to populate the builder with values from the given instance.
 
-