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