Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.CreateHostScanRecipeRequest
-
Packages that use CreateHostScanRecipeRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of CreateHostScanRecipeRequest in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning with parameters of type CreateHostScanRecipeRequest Modifier and Type Method Description CreateHostScanRecipeResponse
VulnerabilityScanning. createHostScanRecipe(CreateHostScanRecipeRequest request)
Creates a new HostScanRecipe.Future<CreateHostScanRecipeResponse>
VulnerabilityScanningAsync. createHostScanRecipe(CreateHostScanRecipeRequest request, AsyncHandler<CreateHostScanRecipeRequest,CreateHostScanRecipeResponse> handler)
Creates a new HostScanRecipe.Future<CreateHostScanRecipeResponse>
VulnerabilityScanningAsyncClient. createHostScanRecipe(CreateHostScanRecipeRequest request, AsyncHandler<CreateHostScanRecipeRequest,CreateHostScanRecipeResponse> handler)
CreateHostScanRecipeResponse
VulnerabilityScanningClient. createHostScanRecipe(CreateHostScanRecipeRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type CreateHostScanRecipeRequest 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 CreateHostScanRecipeRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return CreateHostScanRecipeRequest Modifier and Type Method Description CreateHostScanRecipeRequest
CreateHostScanRecipeRequest.Builder. build()
Build the instance of CreateHostScanRecipeRequest as configured by this builderCreateHostScanRecipeRequest
CreateHostScanRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateHostScanRecipeRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type CreateHostScanRecipeRequest Modifier and Type Method Description CreateHostScanRecipeRequest.Builder
CreateHostScanRecipeRequest.Builder. copy(CreateHostScanRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-