Uses of Class
com.oracle.bmc.datasafe.model.LibraryMaskingFormat
-
Packages that use LibraryMaskingFormat Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of LibraryMaskingFormat in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return LibraryMaskingFormat Modifier and Type Method Description LibraryMaskingFormat
LibraryMaskingFormat.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type LibraryMaskingFormat Modifier and Type Method Description LibraryMaskingFormat.Builder
LibraryMaskingFormat.Builder. copy(LibraryMaskingFormat model)
-
Uses of LibraryMaskingFormat in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return LibraryMaskingFormat Modifier and Type Method Description LibraryMaskingFormat
CreateLibraryMaskingFormatResponse. getLibraryMaskingFormat()
The returned LibraryMaskingFormat instance.LibraryMaskingFormat
GetLibraryMaskingFormatResponse. getLibraryMaskingFormat()
The returned LibraryMaskingFormat instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type LibraryMaskingFormat Modifier and Type Method Description CreateLibraryMaskingFormatResponse.Builder
CreateLibraryMaskingFormatResponse.Builder. libraryMaskingFormat(LibraryMaskingFormat libraryMaskingFormat)
The returned LibraryMaskingFormat instance.GetLibraryMaskingFormatResponse.Builder
GetLibraryMaskingFormatResponse.Builder. libraryMaskingFormat(LibraryMaskingFormat libraryMaskingFormat)
The returned LibraryMaskingFormat instance.
-