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