Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ChangeContainerScanRecipeCompartmentResponse
-
Packages that use ChangeContainerScanRecipeCompartmentResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ChangeContainerScanRecipeCompartmentResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ChangeContainerScanRecipeCompartmentResponse Modifier and Type Method Description ChangeContainerScanRecipeCompartmentResponse
VulnerabilityScanning. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request)
Moves a ContainerScanRecipe into a different compartment.ChangeContainerScanRecipeCompartmentResponse
VulnerabilityScanningClient. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type ChangeContainerScanRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeContainerScanRecipeCompartmentResponse>
VulnerabilityScanningAsync. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request, AsyncHandler<ChangeContainerScanRecipeCompartmentRequest,ChangeContainerScanRecipeCompartmentResponse> handler)
Moves a ContainerScanRecipe into a different compartment.Future<ChangeContainerScanRecipeCompartmentResponse>
VulnerabilityScanningAsyncClient. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request, AsyncHandler<ChangeContainerScanRecipeCompartmentRequest,ChangeContainerScanRecipeCompartmentResponse> handler)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ChangeContainerScanRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeContainerScanRecipeCompartmentResponse>
VulnerabilityScanningAsync. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request, AsyncHandler<ChangeContainerScanRecipeCompartmentRequest,ChangeContainerScanRecipeCompartmentResponse> handler)
Moves a ContainerScanRecipe into a different compartment.Future<ChangeContainerScanRecipeCompartmentResponse>
VulnerabilityScanningAsyncClient. changeContainerScanRecipeCompartment(ChangeContainerScanRecipeCompartmentRequest request, AsyncHandler<ChangeContainerScanRecipeCompartmentRequest,ChangeContainerScanRecipeCompartmentResponse> handler)
-
Uses of ChangeContainerScanRecipeCompartmentResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ChangeContainerScanRecipeCompartmentResponse Modifier and Type Method Description ChangeContainerScanRecipeCompartmentResponse
ChangeContainerScanRecipeCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ChangeContainerScanRecipeCompartmentResponse Modifier and Type Method Description ChangeContainerScanRecipeCompartmentResponse.Builder
ChangeContainerScanRecipeCompartmentResponse.Builder. copy(ChangeContainerScanRecipeCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-