Uses of Class
com.oracle.bmc.iot.responses.UpdateIotDomainGroupResponse
-
Packages that use UpdateIotDomainGroupResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of UpdateIotDomainGroupResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return UpdateIotDomainGroupResponse Modifier and Type Method Description UpdateIotDomainGroupResponse
Iot. updateIotDomainGroup(UpdateIotDomainGroupRequest request)
Updates the details of IoT domain group identified by the specified OCID.UpdateIotDomainGroupResponse
IotClient. updateIotDomainGroup(UpdateIotDomainGroupRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type UpdateIotDomainGroupResponse Modifier and Type Method Description Future<UpdateIotDomainGroupResponse>
IotAsync. updateIotDomainGroup(UpdateIotDomainGroupRequest request, AsyncHandler<UpdateIotDomainGroupRequest,UpdateIotDomainGroupResponse> handler)
Updates the details of IoT domain group identified by the specified OCID.Future<UpdateIotDomainGroupResponse>
IotAsyncClient. updateIotDomainGroup(UpdateIotDomainGroupRequest request, AsyncHandler<UpdateIotDomainGroupRequest,UpdateIotDomainGroupResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotDomainGroupResponse Modifier and Type Method Description Future<UpdateIotDomainGroupResponse>
IotAsync. updateIotDomainGroup(UpdateIotDomainGroupRequest request, AsyncHandler<UpdateIotDomainGroupRequest,UpdateIotDomainGroupResponse> handler)
Updates the details of IoT domain group identified by the specified OCID.Future<UpdateIotDomainGroupResponse>
IotAsyncClient. updateIotDomainGroup(UpdateIotDomainGroupRequest request, AsyncHandler<UpdateIotDomainGroupRequest,UpdateIotDomainGroupResponse> handler)
-
Uses of UpdateIotDomainGroupResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return UpdateIotDomainGroupResponse Modifier and Type Method Description UpdateIotDomainGroupResponse
UpdateIotDomainGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type UpdateIotDomainGroupResponse Modifier and Type Method Description UpdateIotDomainGroupResponse.Builder
UpdateIotDomainGroupResponse.Builder. copy(UpdateIotDomainGroupResponse o)
Copy method to populate the builder with values from the given instance.
-