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