Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.DeleteContainerScanRecipeResponse
-
Packages that use DeleteContainerScanRecipeResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of DeleteContainerScanRecipeResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return DeleteContainerScanRecipeResponse Modifier and Type Method Description DeleteContainerScanRecipeResponse
VulnerabilityScanning. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request)
Deletes the ContainerScanRecipe identified by the recipe ID.DeleteContainerScanRecipeResponse
VulnerabilityScanningClient. deleteContainerScanRecipe(DeleteContainerScanRecipeRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type DeleteContainerScanRecipeResponse 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)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type DeleteContainerScanRecipeResponse 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 DeleteContainerScanRecipeResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return DeleteContainerScanRecipeResponse Modifier and Type Method Description DeleteContainerScanRecipeResponse
DeleteContainerScanRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type DeleteContainerScanRecipeResponse Modifier and Type Method Description DeleteContainerScanRecipeResponse.Builder
DeleteContainerScanRecipeResponse.Builder. copy(DeleteContainerScanRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-