Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.DeleteContainerScanRecipeRequest
-
Packages that use DeleteContainerScanRecipeRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of DeleteContainerScanRecipeRequest in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning with parameters of type DeleteContainerScanRecipeRequest Modifier and Type Method Description DeleteContainerScanRecipeResponse
VulnerabilityScanning. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request)
Deletes the ContainerScanRecipe identified by the recipe ID.Future<DeleteContainerScanRecipeResponse>
VulnerabilityScanningAsync. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request, AsyncHandler<DeleteContainerScanRecipeRequest,DeleteContainerScanRecipeResponse> handler)
Deletes the ContainerScanRecipe identified by the recipe ID.Future<DeleteContainerScanRecipeResponse>
VulnerabilityScanningAsyncClient. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request, AsyncHandler<DeleteContainerScanRecipeRequest,DeleteContainerScanRecipeResponse> handler)
DeleteContainerScanRecipeResponse
VulnerabilityScanningClient. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type DeleteContainerScanRecipeRequest Modifier and Type Method Description Future<DeleteContainerScanRecipeResponse>
VulnerabilityScanningAsync. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request, AsyncHandler<DeleteContainerScanRecipeRequest,DeleteContainerScanRecipeResponse> handler)
Deletes the ContainerScanRecipe identified by the recipe ID.Future<DeleteContainerScanRecipeResponse>
VulnerabilityScanningAsyncClient. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request, AsyncHandler<DeleteContainerScanRecipeRequest,DeleteContainerScanRecipeResponse> handler)
-
Uses of DeleteContainerScanRecipeRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return DeleteContainerScanRecipeRequest Modifier and Type Method Description DeleteContainerScanRecipeRequest
DeleteContainerScanRecipeRequest.Builder. build()
Build the instance of DeleteContainerScanRecipeRequest as configured by this builderDeleteContainerScanRecipeRequest
DeleteContainerScanRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteContainerScanRecipeRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type DeleteContainerScanRecipeRequest Modifier and Type Method Description DeleteContainerScanRecipeRequest.Builder
DeleteContainerScanRecipeRequest.Builder. copy(DeleteContainerScanRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-