Uses of Class
com.oracle.bmc.datasafe.model.ChangeAuditProfileCompartmentDetails
-
Packages that use ChangeAuditProfileCompartmentDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAuditProfileCompartmentDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ChangeAuditProfileCompartmentDetails Modifier and Type Method Description ChangeAuditProfileCompartmentDetails
ChangeAuditProfileCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ChangeAuditProfileCompartmentDetails Modifier and Type Method Description ChangeAuditProfileCompartmentDetails.Builder
ChangeAuditProfileCompartmentDetails.Builder. copy(ChangeAuditProfileCompartmentDetails model)
-
Uses of ChangeAuditProfileCompartmentDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAuditProfileCompartmentDetails Modifier and Type Method Description ChangeAuditProfileCompartmentDetails
ChangeAuditProfileCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeAuditProfileCompartmentDetails
ChangeAuditProfileCompartmentRequest. getChangeAuditProfileCompartmentDetails()
Details for the compartment move.Methods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAuditProfileCompartmentDetails Modifier and Type Method Description ChangeAuditProfileCompartmentRequest.Builder
ChangeAuditProfileCompartmentRequest.Builder. body$(ChangeAuditProfileCompartmentDetails body)
Alternative setter for the body parameter.ChangeAuditProfileCompartmentRequest.Builder
ChangeAuditProfileCompartmentRequest.Builder. changeAuditProfileCompartmentDetails(ChangeAuditProfileCompartmentDetails changeAuditProfileCompartmentDetails)
Details for the compartment move.
-