Uses of Class
com.oracle.bmc.opsi.requests.QueryOpsiDataObjectDataRequest
-
Packages that use QueryOpsiDataObjectDataRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of QueryOpsiDataObjectDataRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type QueryOpsiDataObjectDataRequest Modifier and Type Method Description QueryOpsiDataObjectDataResponse
OperationsInsights. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request)
Queries an OPSI data object with the inputs provided and sends the result set back.Future<QueryOpsiDataObjectDataResponse>
OperationsInsightsAsync. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request, AsyncHandler<QueryOpsiDataObjectDataRequest,QueryOpsiDataObjectDataResponse> handler)
Queries an OPSI data object with the inputs provided and sends the result set back.Future<QueryOpsiDataObjectDataResponse>
OperationsInsightsAsyncClient. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request, AsyncHandler<QueryOpsiDataObjectDataRequest,QueryOpsiDataObjectDataResponse> handler)
QueryOpsiDataObjectDataResponse
OperationsInsightsClient. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type QueryOpsiDataObjectDataRequest Modifier and Type Method Description Future<QueryOpsiDataObjectDataResponse>
OperationsInsightsAsync. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request, AsyncHandler<QueryOpsiDataObjectDataRequest,QueryOpsiDataObjectDataResponse> handler)
Queries an OPSI data object with the inputs provided and sends the result set back.Future<QueryOpsiDataObjectDataResponse>
OperationsInsightsAsyncClient. queryOpsiDataObjectData(QueryOpsiDataObjectDataRequest request, AsyncHandler<QueryOpsiDataObjectDataRequest,QueryOpsiDataObjectDataResponse> handler)
-
Uses of QueryOpsiDataObjectDataRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return QueryOpsiDataObjectDataRequest Modifier and Type Method Description QueryOpsiDataObjectDataRequest
QueryOpsiDataObjectDataRequest.Builder. build()
Build the instance of QueryOpsiDataObjectDataRequest as configured by this builderQueryOpsiDataObjectDataRequest
QueryOpsiDataObjectDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of QueryOpsiDataObjectDataRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type QueryOpsiDataObjectDataRequest Modifier and Type Method Description QueryOpsiDataObjectDataRequest.Builder
QueryOpsiDataObjectDataRequest.Builder. copy(QueryOpsiDataObjectDataRequest o)
Copy method to populate the builder with values from the given instance.
-