Uses of Class
com.oracle.bmc.vulnerabilityscanning.requests.ChangeContainerScanResultCompartmentRequest
-
Packages that use ChangeContainerScanResultCompartmentRequest Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ChangeContainerScanResultCompartmentRequest in com.oracle.bmc.vulnerabilityscanning
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ChangeContainerScanResultCompartmentRequest Modifier and Type Method Description Future<ChangeContainerScanResultCompartmentResponse>
VulnerabilityScanningAsync. changeContainerScanResultCompartment(ChangeContainerScanResultCompartmentRequest request, AsyncHandler<ChangeContainerScanResultCompartmentRequest,ChangeContainerScanResultCompartmentResponse> handler)
Moves a ContainerScanResult into a different compartment.Future<ChangeContainerScanResultCompartmentResponse>
VulnerabilityScanningAsyncClient. changeContainerScanResultCompartment(ChangeContainerScanResultCompartmentRequest request, AsyncHandler<ChangeContainerScanResultCompartmentRequest,ChangeContainerScanResultCompartmentResponse> handler)
-
Uses of ChangeContainerScanResultCompartmentRequest in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ChangeContainerScanResultCompartmentRequest Modifier and Type Method Description ChangeContainerScanResultCompartmentRequest
ChangeContainerScanResultCompartmentRequest.Builder. build()
Build the instance of ChangeContainerScanResultCompartmentRequest as configured by this builderChangeContainerScanResultCompartmentRequest
ChangeContainerScanResultCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeContainerScanResultCompartmentRequest as configured by this builderMethods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ChangeContainerScanResultCompartmentRequest Modifier and Type Method Description ChangeContainerScanResultCompartmentRequest.Builder
ChangeContainerScanResultCompartmentRequest.Builder. copy(ChangeContainerScanResultCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-