Uses of Class
com.oracle.bmc.cloudguard.responses.GetAdhocQueryResultContentResponse
-
Packages that use GetAdhocQueryResultContentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetAdhocQueryResultContentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetAdhocQueryResultContentResponse Modifier and Type Method Description GetAdhocQueryResultContentResponse
CloudGuard. getAdhocQueryResultContent(GetAdhocQueryResultContentRequest request)
Downloads the results for a given adhoc ID (from includes results from all monitoring regions).GetAdhocQueryResultContentResponse
CloudGuardClient. getAdhocQueryResultContent(GetAdhocQueryResultContentRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetAdhocQueryResultContentResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetAdhocQueryResultContentResponse 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 GetAdhocQueryResultContentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetAdhocQueryResultContentResponse Modifier and Type Method Description GetAdhocQueryResultContentResponse
GetAdhocQueryResultContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetAdhocQueryResultContentResponse Modifier and Type Method Description GetAdhocQueryResultContentResponse.Builder
GetAdhocQueryResultContentResponse.Builder. copy(GetAdhocQueryResultContentResponse o)
Copy method to populate the builder with values from the given instance.
-