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.iot
Methods in com.oracle.bmc.iot with parameters of type DeleteIotDomainRequest Modifier and Type Method Description DeleteIotDomainResponse
Iot. 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)
DeleteIotDomainResponse
IotClient. 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.requests
Methods in com.oracle.bmc.iot.requests that return DeleteIotDomainRequest Modifier and Type Method Description DeleteIotDomainRequest
DeleteIotDomainRequest.Builder. build()
Build the instance of DeleteIotDomainRequest as configured by this builderDeleteIotDomainRequest
DeleteIotDomainRequest.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.Builder
DeleteIotDomainRequest.Builder. copy(DeleteIotDomainRequest o)
Copy method to populate the builder with values from the given instance.
-