Uses of Class
com.oracle.bmc.datasafe.requests.ListLibraryMaskingFormatsRequest
-
Packages that use ListLibraryMaskingFormatsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListLibraryMaskingFormatsRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListLibraryMaskingFormatsRequest Modifier and Type Method Description Future<ListLibraryMaskingFormatsResponse>DataSafeAsync. listLibraryMaskingFormats(ListLibraryMaskingFormatsRequest request, AsyncHandler<ListLibraryMaskingFormatsRequest,ListLibraryMaskingFormatsResponse> handler)Gets a list of library masking formats based on the specified query parameters.Future<ListLibraryMaskingFormatsResponse>DataSafeAsyncClient. listLibraryMaskingFormats(ListLibraryMaskingFormatsRequest request, AsyncHandler<ListLibraryMaskingFormatsRequest,ListLibraryMaskingFormatsResponse> handler) -
Uses of ListLibraryMaskingFormatsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListLibraryMaskingFormatsRequest Modifier and Type Method Description ListLibraryMaskingFormatsRequestListLibraryMaskingFormatsRequest.Builder. build()Build the instance of ListLibraryMaskingFormatsRequest as configured by this builderListLibraryMaskingFormatsRequestListLibraryMaskingFormatsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLibraryMaskingFormatsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListLibraryMaskingFormatsRequest Modifier and Type Method Description ListLibraryMaskingFormatsRequest.BuilderListLibraryMaskingFormatsRequest.Builder. copy(ListLibraryMaskingFormatsRequest o)Copy method to populate the builder with values from the given instance.
-