Uses of Class
com.oracle.bmc.iot.requests.UpdateIotDomainGroupRequest
-
Packages that use UpdateIotDomainGroupRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of UpdateIotDomainGroupRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type UpdateIotDomainGroupRequest Modifier and Type Method Description UpdateIotDomainGroupResponse
Iot. updateIotDomainGroup(UpdateIotDomainGroupRequest request)
Updates the details of IoT domain group identified by the specified OCID.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)
UpdateIotDomainGroupResponse
IotClient. updateIotDomainGroup(UpdateIotDomainGroupRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotDomainGroupRequest 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 UpdateIotDomainGroupRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return UpdateIotDomainGroupRequest Modifier and Type Method Description UpdateIotDomainGroupRequest
UpdateIotDomainGroupRequest.Builder. build()
Build the instance of UpdateIotDomainGroupRequest as configured by this builderUpdateIotDomainGroupRequest
UpdateIotDomainGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIotDomainGroupRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type UpdateIotDomainGroupRequest Modifier and Type Method Description UpdateIotDomainGroupRequest.Builder
UpdateIotDomainGroupRequest.Builder. copy(UpdateIotDomainGroupRequest o)
Copy method to populate the builder with values from the given instance.
-