Uses of Class
com.oracle.bmc.cloudguard.model.ChangeManagedListCompartmentDetails
-
Packages that use ChangeManagedListCompartmentDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeManagedListCompartmentDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ChangeManagedListCompartmentDetails Modifier and Type Method Description ChangeManagedListCompartmentDetails
ChangeManagedListCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type ChangeManagedListCompartmentDetails Modifier and Type Method Description ChangeManagedListCompartmentDetails.Builder
ChangeManagedListCompartmentDetails.Builder. copy(ChangeManagedListCompartmentDetails model)
-
Uses of ChangeManagedListCompartmentDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeManagedListCompartmentDetails Modifier and Type Method Description ChangeManagedListCompartmentDetails
ChangeManagedListCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeManagedListCompartmentDetails
ChangeManagedListCompartmentRequest. getChangeManagedListCompartmentDetails()
The compartment OCID of the ManagedListMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeManagedListCompartmentDetails Modifier and Type Method Description ChangeManagedListCompartmentRequest.Builder
ChangeManagedListCompartmentRequest.Builder. body$(ChangeManagedListCompartmentDetails body)
Alternative setter for the body parameter.ChangeManagedListCompartmentRequest.Builder
ChangeManagedListCompartmentRequest.Builder. changeManagedListCompartmentDetails(ChangeManagedListCompartmentDetails changeManagedListCompartmentDetails)
The compartment OCID of the ManagedList
-