Uses of Class
com.oracle.bmc.iot.responses.DeleteIotDomainResponse
-
Packages that use DeleteIotDomainResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of DeleteIotDomainResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return DeleteIotDomainResponse Modifier and Type Method Description DeleteIotDomainResponse
Iot. deleteIotDomain(DeleteIotDomainRequest request)
Deletes the IoT domain identified by the specified OCID.DeleteIotDomainResponse
IotClient. deleteIotDomain(DeleteIotDomainRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type DeleteIotDomainResponse 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)
Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotDomainResponse 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 DeleteIotDomainResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return DeleteIotDomainResponse Modifier and Type Method Description DeleteIotDomainResponse
DeleteIotDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type DeleteIotDomainResponse Modifier and Type Method Description DeleteIotDomainResponse.Builder
DeleteIotDomainResponse.Builder. copy(DeleteIotDomainResponse o)
Copy method to populate the builder with values from the given instance.
-