Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.GetHostScanRecipeResponse
-
Packages that use GetHostScanRecipeResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of GetHostScanRecipeResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return GetHostScanRecipeResponse Modifier and Type Method Description GetHostScanRecipeResponse
VulnerabilityScanning. getHostScanRecipe(GetHostScanRecipeRequest request)
Retrieves a HostScanRecipe identified by the recipe ID.GetHostScanRecipeResponse
VulnerabilityScanningClient. getHostScanRecipe(GetHostScanRecipeRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type GetHostScanRecipeResponse Modifier and Type Method Description Future<GetHostScanRecipeResponse>
VulnerabilityScanningAsync. getHostScanRecipe(GetHostScanRecipeRequest request, AsyncHandler<GetHostScanRecipeRequest,GetHostScanRecipeResponse> handler)
Retrieves a HostScanRecipe identified by the recipe ID.Future<GetHostScanRecipeResponse>
VulnerabilityScanningAsyncClient. getHostScanRecipe(GetHostScanRecipeRequest request, AsyncHandler<GetHostScanRecipeRequest,GetHostScanRecipeResponse> handler)
-
Uses of GetHostScanRecipeResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return GetHostScanRecipeResponse Modifier and Type Method Description GetHostScanRecipeResponse
GetHostScanRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetHostScanRecipeResponse Modifier and Type Method Description GetHostScanRecipeResponse.Builder
GetHostScanRecipeResponse.Builder. copy(GetHostScanRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-