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