Uses of Class
com.oracle.bmc.iot.requests.GetDigitalTwinModelSpecRequest
-
Packages that use GetDigitalTwinModelSpecRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of GetDigitalTwinModelSpecRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type GetDigitalTwinModelSpecRequest Modifier and Type Method Description GetDigitalTwinModelSpecResponse
Iot. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request)
Retrieves the spec of digital twin model identified by the specified OCID.Future<GetDigitalTwinModelSpecResponse>
IotAsync. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request, AsyncHandler<GetDigitalTwinModelSpecRequest,GetDigitalTwinModelSpecResponse> handler)
Retrieves the spec of digital twin model identified by the specified OCID.Future<GetDigitalTwinModelSpecResponse>
IotAsyncClient. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request, AsyncHandler<GetDigitalTwinModelSpecRequest,GetDigitalTwinModelSpecResponse> handler)
GetDigitalTwinModelSpecResponse
IotClient. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type GetDigitalTwinModelSpecRequest Modifier and Type Method Description Future<GetDigitalTwinModelSpecResponse>
IotAsync. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request, AsyncHandler<GetDigitalTwinModelSpecRequest,GetDigitalTwinModelSpecResponse> handler)
Retrieves the spec of digital twin model identified by the specified OCID.Future<GetDigitalTwinModelSpecResponse>
IotAsyncClient. getDigitalTwinModelSpec(GetDigitalTwinModelSpecRequest request, AsyncHandler<GetDigitalTwinModelSpecRequest,GetDigitalTwinModelSpecResponse> handler)
-
Uses of GetDigitalTwinModelSpecRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return GetDigitalTwinModelSpecRequest Modifier and Type Method Description GetDigitalTwinModelSpecRequest
GetDigitalTwinModelSpecRequest.Builder. build()
Build the instance of GetDigitalTwinModelSpecRequest as configured by this builderGetDigitalTwinModelSpecRequest
GetDigitalTwinModelSpecRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDigitalTwinModelSpecRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type GetDigitalTwinModelSpecRequest Modifier and Type Method Description GetDigitalTwinModelSpecRequest.Builder
GetDigitalTwinModelSpecRequest.Builder. copy(GetDigitalTwinModelSpecRequest o)
Copy method to populate the builder with values from the given instance.
-