Uses of Class
com.oracle.bmc.datasafe.responses.GetLibraryMaskingFormatResponse
-
Packages that use GetLibraryMaskingFormatResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetLibraryMaskingFormatResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetLibraryMaskingFormatResponse Modifier and Type Method Description GetLibraryMaskingFormatResponse
DataSafe. getLibraryMaskingFormat(GetLibraryMaskingFormatRequest request)
Gets the details of the specified library masking format.GetLibraryMaskingFormatResponse
DataSafeClient. getLibraryMaskingFormat(GetLibraryMaskingFormatRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetLibraryMaskingFormatResponse Modifier and Type Method Description Future<GetLibraryMaskingFormatResponse>
DataSafeAsync. getLibraryMaskingFormat(GetLibraryMaskingFormatRequest request, AsyncHandler<GetLibraryMaskingFormatRequest,GetLibraryMaskingFormatResponse> handler)
Gets the details of the specified library masking format.Future<GetLibraryMaskingFormatResponse>
DataSafeAsyncClient. getLibraryMaskingFormat(GetLibraryMaskingFormatRequest request, AsyncHandler<GetLibraryMaskingFormatRequest,GetLibraryMaskingFormatResponse> handler)
-
Uses of GetLibraryMaskingFormatResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetLibraryMaskingFormatResponse Modifier and Type Method Description GetLibraryMaskingFormatResponse
GetLibraryMaskingFormatResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetLibraryMaskingFormatResponse Modifier and Type Method Description GetLibraryMaskingFormatResponse.Builder
GetLibraryMaskingFormatResponse.Builder. copy(GetLibraryMaskingFormatResponse o)
Copy method to populate the builder with values from the given instance.
-