Uses of Class
com.oracle.bmc.datasafe.model.LibraryMaskingFormatSummary
-
Packages that use LibraryMaskingFormatSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of LibraryMaskingFormatSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type LibraryMaskingFormatSummary Modifier and Type Method Description Iterable<LibraryMaskingFormatSummary>
DataSafePaginators. listLibraryMaskingFormatsRecordIterator(ListLibraryMaskingFormatsRequest request)
Creates a new iterable which will iterate over theLibraryMaskingFormatSummary
objects contained in responses from the listLibraryMaskingFormats operation. -
Uses of LibraryMaskingFormatSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return LibraryMaskingFormatSummary Modifier and Type Method Description LibraryMaskingFormatSummary
LibraryMaskingFormatSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type LibraryMaskingFormatSummary Modifier and Type Method Description List<LibraryMaskingFormatSummary>
LibraryMaskingFormatCollection. getItems()
An array of library masking format summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type LibraryMaskingFormatSummary Modifier and Type Method Description LibraryMaskingFormatSummary.Builder
LibraryMaskingFormatSummary.Builder. copy(LibraryMaskingFormatSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type LibraryMaskingFormatSummary Modifier and Type Method Description LibraryMaskingFormatCollection.Builder
LibraryMaskingFormatCollection.Builder. items(List<LibraryMaskingFormatSummary> items)
An array of library masking format summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type LibraryMaskingFormatSummary Constructor Description LibraryMaskingFormatCollection(List<LibraryMaskingFormatSummary> items)
Deprecated.
-