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