Uses of Class
com.oracle.bmc.datasafe.model.ChangeRetentionDetails
-
Packages that use ChangeRetentionDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ChangeRetentionDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ChangeRetentionDetails Modifier and Type Method Description ChangeRetentionDetails
ChangeRetentionDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ChangeRetentionDetails Modifier and Type Method Description ChangeRetentionDetails.Builder
ChangeRetentionDetails.Builder. copy(ChangeRetentionDetails model)
-
Uses of ChangeRetentionDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeRetentionDetails Modifier and Type Method Description ChangeRetentionDetails
ChangeRetentionRequest. getBody$()
Alternative accessor for the body parameter.ChangeRetentionDetails
ChangeRetentionRequest. getChangeRetentionDetails()
Details for the audit retention months to be modified.Methods in com.oracle.bmc.datasafe.requests with parameters of type ChangeRetentionDetails Modifier and Type Method Description ChangeRetentionRequest.Builder
ChangeRetentionRequest.Builder. body$(ChangeRetentionDetails body)
Alternative setter for the body parameter.ChangeRetentionRequest.Builder
ChangeRetentionRequest.Builder. changeRetentionDetails(ChangeRetentionDetails changeRetentionDetails)
Details for the audit retention months to be modified.
-