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.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponse
VulnerabilityScanning. getContainerScanRecipe(GetContainerScanRecipeRequest request)
Retrieves a ContainerScanRecipe identified by the recipe ID.GetContainerScanRecipeResponse
VulnerabilityScanningClient. 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.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponse
GetContainerScanRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetContainerScanRecipeResponse Modifier and Type Method Description GetContainerScanRecipeResponse.Builder
GetContainerScanRecipeResponse.Builder. copy(GetContainerScanRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-