Uses of Class
com.oracle.bmc.datasafe.model.DeterministicEncryptionDateFormatEntry.Builder
-
Packages that use DeterministicEncryptionDateFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of DeterministicEncryptionDateFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DeterministicEncryptionDateFormatEntry.Builder Modifier and Type Method Description static DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry. builder()
Create a new builder.DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry.Builder. copy(DeterministicEncryptionDateFormatEntry model)
DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry.Builder. description(String description)
DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry.Builder. endDate(Date endDate)
The upper bound of the range within which all the original column values fall.DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry.Builder. startDate(Date startDate)
The lower bound of the range within which all the original column values fall.DeterministicEncryptionDateFormatEntry.Builder
DeterministicEncryptionDateFormatEntry. toBuilder()
-