Uses of Class
com.oracle.bmc.cloudguard.responses.CreateAdhocQueryResponse
- 
Packages that use CreateAdhocQueryResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses 
- 
- 
Uses of CreateAdhocQueryResponse in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard that return CreateAdhocQueryResponse Modifier and Type Method Description CreateAdhocQueryResponseCloudGuard. createAdhocQuery(CreateAdhocQueryRequest request)Creates a AdhocQuery resource.CreateAdhocQueryResponseCloudGuardClient. createAdhocQuery(CreateAdhocQueryRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type CreateAdhocQueryResponse Modifier and Type Method Description Future<CreateAdhocQueryResponse>CloudGuardAsync. createAdhocQuery(CreateAdhocQueryRequest request, AsyncHandler<CreateAdhocQueryRequest,CreateAdhocQueryResponse> handler)Creates a AdhocQuery resource.Future<CreateAdhocQueryResponse>CloudGuardAsyncClient. createAdhocQuery(CreateAdhocQueryRequest request, AsyncHandler<CreateAdhocQueryRequest,CreateAdhocQueryResponse> handler)Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateAdhocQueryResponse Modifier and Type Method Description Future<CreateAdhocQueryResponse>CloudGuardAsync. createAdhocQuery(CreateAdhocQueryRequest request, AsyncHandler<CreateAdhocQueryRequest,CreateAdhocQueryResponse> handler)Creates a AdhocQuery resource.Future<CreateAdhocQueryResponse>CloudGuardAsyncClient. createAdhocQuery(CreateAdhocQueryRequest request, AsyncHandler<CreateAdhocQueryRequest,CreateAdhocQueryResponse> handler)
- 
Uses of CreateAdhocQueryResponse in com.oracle.bmc.cloudguard.responsesMethods in com.oracle.bmc.cloudguard.responses that return CreateAdhocQueryResponse Modifier and Type Method Description CreateAdhocQueryResponseCreateAdhocQueryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type CreateAdhocQueryResponse Modifier and Type Method Description CreateAdhocQueryResponse.BuilderCreateAdhocQueryResponse.Builder. copy(CreateAdhocQueryResponse o)Copy method to populate the builder with values from the given instance.
 
-