Uses of Class
com.oracle.bmc.cloudguard.responses.GetAdhocQueryResponse
-
Packages that use GetAdhocQueryResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetAdhocQueryResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetAdhocQueryResponse Modifier and Type Method Description GetAdhocQueryResponse
CloudGuard. getAdhocQuery(GetAdhocQueryRequest request)
Returns an adhoc query identified by adhocQueryId.GetAdhocQueryResponse
CloudGuardClient. getAdhocQuery(GetAdhocQueryRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetAdhocQueryResponse Modifier and Type Method Description Future<GetAdhocQueryResponse>
CloudGuardAsync. getAdhocQuery(GetAdhocQueryRequest request, AsyncHandler<GetAdhocQueryRequest,GetAdhocQueryResponse> handler)
Returns an adhoc query identified by adhocQueryId.Future<GetAdhocQueryResponse>
CloudGuardAsyncClient. getAdhocQuery(GetAdhocQueryRequest request, AsyncHandler<GetAdhocQueryRequest,GetAdhocQueryResponse> handler)
-
Uses of GetAdhocQueryResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetAdhocQueryResponse Modifier and Type Method Description GetAdhocQueryResponse
GetAdhocQueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetAdhocQueryResponse Modifier and Type Method Description GetAdhocQueryResponse.Builder
GetAdhocQueryResponse.Builder. copy(GetAdhocQueryResponse o)
Copy method to populate the builder with values from the given instance.
-