Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ChangeHostScanRecipeCompartmentDetails
-
Packages that use ChangeHostScanRecipeCompartmentDetails Package Description com.oracle.bmc.vulnerabilityscanning.model com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of ChangeHostScanRecipeCompartmentDetails in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ChangeHostScanRecipeCompartmentDetails Modifier and Type Method Description ChangeHostScanRecipeCompartmentDetails
ChangeHostScanRecipeCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type ChangeHostScanRecipeCompartmentDetails Modifier and Type Method Description ChangeHostScanRecipeCompartmentDetails.Builder
ChangeHostScanRecipeCompartmentDetails.Builder. copy(ChangeHostScanRecipeCompartmentDetails model)
-
Uses of ChangeHostScanRecipeCompartmentDetails in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return ChangeHostScanRecipeCompartmentDetails Modifier and Type Method Description ChangeHostScanRecipeCompartmentDetails
ChangeHostScanRecipeCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeHostScanRecipeCompartmentDetails
ChangeHostScanRecipeCompartmentRequest. getChangeHostScanRecipeCompartmentDetails()
The compartment information to update.Methods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type ChangeHostScanRecipeCompartmentDetails Modifier and Type Method Description ChangeHostScanRecipeCompartmentRequest.Builder
ChangeHostScanRecipeCompartmentRequest.Builder. body$(ChangeHostScanRecipeCompartmentDetails body)
Alternative setter for the body parameter.ChangeHostScanRecipeCompartmentRequest.Builder
ChangeHostScanRecipeCompartmentRequest.Builder. changeHostScanRecipeCompartmentDetails(ChangeHostScanRecipeCompartmentDetails changeHostScanRecipeCompartmentDetails)
The compartment information to update.
-