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