Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ChangeContainerScanRecipeCompartmentRequest
-
Packages that use ChangeContainerScanRecipeCompartmentRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ChangeContainerScanRecipeCompartmentRequest in com.oracle.bmc.vulnerabilityscanning
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ChangeContainerScanRecipeCompartmentRequest 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 ChangeContainerScanRecipeCompartmentRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ChangeContainerScanRecipeCompartmentRequest Modifier and Type Method Description ChangeContainerScanRecipeCompartmentRequest
ChangeContainerScanRecipeCompartmentRequest.Builder. build()
Build the instance of ChangeContainerScanRecipeCompartmentRequest as configured by this builderChangeContainerScanRecipeCompartmentRequest
ChangeContainerScanRecipeCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeContainerScanRecipeCompartmentRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ChangeContainerScanRecipeCompartmentRequest Modifier and Type Method Description ChangeContainerScanRecipeCompartmentRequest.Builder
ChangeContainerScanRecipeCompartmentRequest.Builder. copy(ChangeContainerScanRecipeCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-