Uses of Class
com.oracle.bmc.cloudguard.requests.GetAdhocQueryResultContentRequest
- 
Packages that use GetAdhocQueryResultContentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests 
- 
- 
Uses of GetAdhocQueryResultContentRequest in com.oracle.bmc.cloudguardMethod parameters in com.oracle.bmc.cloudguard with type arguments of type GetAdhocQueryResultContentRequest Modifier and Type Method Description Future<GetAdhocQueryResultContentResponse>CloudGuardAsync. getAdhocQueryResultContent(GetAdhocQueryResultContentRequest request, AsyncHandler<GetAdhocQueryResultContentRequest,GetAdhocQueryResultContentResponse> handler)Downloads the results for a given adhoc ID (from includes results from all monitoring regions).Future<GetAdhocQueryResultContentResponse>CloudGuardAsyncClient. getAdhocQueryResultContent(GetAdhocQueryResultContentRequest request, AsyncHandler<GetAdhocQueryResultContentRequest,GetAdhocQueryResultContentResponse> handler)
- 
Uses of GetAdhocQueryResultContentRequest in com.oracle.bmc.cloudguard.requestsMethods in com.oracle.bmc.cloudguard.requests that return GetAdhocQueryResultContentRequest Modifier and Type Method Description GetAdhocQueryResultContentRequestGetAdhocQueryResultContentRequest.Builder. build()Build the instance of GetAdhocQueryResultContentRequest as configured by this builderGetAdhocQueryResultContentRequestGetAdhocQueryResultContentRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAdhocQueryResultContentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetAdhocQueryResultContentRequest Modifier and Type Method Description GetAdhocQueryResultContentRequest.BuilderGetAdhocQueryResultContentRequest.Builder. copy(GetAdhocQueryResultContentRequest o)Copy method to populate the builder with values from the given instance.
 
-