Uses of Class
com.oracle.bmc.iot.requests.UpdateIotDomainRequest
- 
Packages that use UpdateIotDomainRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests 
- 
- 
Uses of UpdateIotDomainRequest in com.oracle.bmc.iotMethods in com.oracle.bmc.iot with parameters of type UpdateIotDomainRequest Modifier and Type Method Description UpdateIotDomainResponseIot. updateIotDomain(UpdateIotDomainRequest request)Updates the details of IoT domain identified by the specified OCID.Future<UpdateIotDomainResponse>IotAsync. updateIotDomain(UpdateIotDomainRequest request, AsyncHandler<UpdateIotDomainRequest,UpdateIotDomainResponse> handler)Updates the details of IoT domain identified by the specified OCID.Future<UpdateIotDomainResponse>IotAsyncClient. updateIotDomain(UpdateIotDomainRequest request, AsyncHandler<UpdateIotDomainRequest,UpdateIotDomainResponse> handler)UpdateIotDomainResponseIotClient. updateIotDomain(UpdateIotDomainRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotDomainRequest Modifier and Type Method Description Future<UpdateIotDomainResponse>IotAsync. updateIotDomain(UpdateIotDomainRequest request, AsyncHandler<UpdateIotDomainRequest,UpdateIotDomainResponse> handler)Updates the details of IoT domain identified by the specified OCID.Future<UpdateIotDomainResponse>IotAsyncClient. updateIotDomain(UpdateIotDomainRequest request, AsyncHandler<UpdateIotDomainRequest,UpdateIotDomainResponse> handler)
- 
Uses of UpdateIotDomainRequest in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return UpdateIotDomainRequest Modifier and Type Method Description UpdateIotDomainRequestUpdateIotDomainRequest.Builder. build()Build the instance of UpdateIotDomainRequest as configured by this builderUpdateIotDomainRequestUpdateIotDomainRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateIotDomainRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type UpdateIotDomainRequest Modifier and Type Method Description UpdateIotDomainRequest.BuilderUpdateIotDomainRequest.Builder. copy(UpdateIotDomainRequest o)Copy method to populate the builder with values from the given instance.
 
-