Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.GetContainerScanRecipeResponse
- 
Packages that use GetContainerScanRecipeResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses 
- 
- 
Uses of GetContainerScanRecipeResponse in com.oracle.bmc.vulnerabilityscanningMethods in com.oracle.bmc.vulnerabilityscanning that return GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponseVulnerabilityScanning. getContainerScanRecipe(GetContainerScanRecipeRequest request)Retrieves a ContainerScanRecipe identified by the recipe ID.GetContainerScanRecipeResponseVulnerabilityScanningClient. getContainerScanRecipe(GetContainerScanRecipeRequest request)Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type GetContainerScanRecipeResponse Modifier and Type Method Description Future<GetContainerScanRecipeResponse>VulnerabilityScanningAsync. getContainerScanRecipe(GetContainerScanRecipeRequest request, AsyncHandler<GetContainerScanRecipeRequest,GetContainerScanRecipeResponse> handler)Retrieves a ContainerScanRecipe identified by the recipe ID.Future<GetContainerScanRecipeResponse>VulnerabilityScanningAsyncClient. getContainerScanRecipe(GetContainerScanRecipeRequest request, AsyncHandler<GetContainerScanRecipeRequest,GetContainerScanRecipeResponse> handler)
- 
Uses of GetContainerScanRecipeResponse in com.oracle.bmc.vulnerabilityscanning.responsesMethods in com.oracle.bmc.vulnerabilityscanning.responses that return GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponseGetContainerScanRecipeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponse.BuilderGetContainerScanRecipeResponse.Builder. copy(GetContainerScanRecipeResponse o)Copy method to populate the builder with values from the given instance.
 
-