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