Uses of Class
com.oracle.bmc.datasafe.model.LibraryMaskingFormatSource
-
Packages that use LibraryMaskingFormatSource Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of LibraryMaskingFormatSource in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return LibraryMaskingFormatSource Modifier and Type Method Description static LibraryMaskingFormatSource
LibraryMaskingFormatSource. create(String key)
LibraryMaskingFormatSource
LibraryMaskingFormat. getSource()
Specifies whether the library masking format is user-defined or predefined.LibraryMaskingFormatSource
LibraryMaskingFormatSummary. getSource()
Indicates whether the library masking format is user-defined or predefined.static LibraryMaskingFormatSource
LibraryMaskingFormatSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static LibraryMaskingFormatSource[]
LibraryMaskingFormatSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type LibraryMaskingFormatSource Modifier and Type Method Description LibraryMaskingFormat.Builder
LibraryMaskingFormat.Builder. source(LibraryMaskingFormatSource source)
Specifies whether the library masking format is user-defined or predefined.LibraryMaskingFormatSummary.Builder
LibraryMaskingFormatSummary.Builder. source(LibraryMaskingFormatSource source)
Indicates whether the library masking format is user-defined or predefined.Constructors in com.oracle.bmc.datasafe.model with parameters of type LibraryMaskingFormatSource Constructor Description LibraryMaskingFormat(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingLifecycleState lifecycleState, String description, List<String> sensitiveTypeIds, LibraryMaskingFormatSource source, List<FormatEntry> formatEntries, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.LibraryMaskingFormatSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingLifecycleState lifecycleState, String description, List<String> sensitiveTypeIds, LibraryMaskingFormatSource source, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of LibraryMaskingFormatSource in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return LibraryMaskingFormatSource Modifier and Type Method Description LibraryMaskingFormatSource
ListLibraryMaskingFormatsRequest. getLibraryMaskingFormatSource()
A filter to return the library masking format resources based on the value of their source attribute.Methods in com.oracle.bmc.datasafe.requests with parameters of type LibraryMaskingFormatSource Modifier and Type Method Description ListLibraryMaskingFormatsRequest.Builder
ListLibraryMaskingFormatsRequest.Builder. libraryMaskingFormatSource(LibraryMaskingFormatSource libraryMaskingFormatSource)
A filter to return the library masking format resources based on the value of their source attribute.
-