Uses of Class
com.oracle.bmc.datasafe.requests.UpdateLibraryMaskingFormatRequest
-
Packages that use UpdateLibraryMaskingFormatRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateLibraryMaskingFormatRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateLibraryMaskingFormatRequest Modifier and Type Method Description UpdateLibraryMaskingFormatResponse
DataSafe. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request)
Updates one or more attributes of the specified library masking format.Future<UpdateLibraryMaskingFormatResponse>
DataSafeAsync. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request, AsyncHandler<UpdateLibraryMaskingFormatRequest,UpdateLibraryMaskingFormatResponse> handler)
Updates one or more attributes of the specified library masking format.Future<UpdateLibraryMaskingFormatResponse>
DataSafeAsyncClient. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request, AsyncHandler<UpdateLibraryMaskingFormatRequest,UpdateLibraryMaskingFormatResponse> handler)
UpdateLibraryMaskingFormatResponse
DataSafeClient. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateLibraryMaskingFormatRequest Modifier and Type Method Description Future<UpdateLibraryMaskingFormatResponse>
DataSafeAsync. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request, AsyncHandler<UpdateLibraryMaskingFormatRequest,UpdateLibraryMaskingFormatResponse> handler)
Updates one or more attributes of the specified library masking format.Future<UpdateLibraryMaskingFormatResponse>
DataSafeAsyncClient. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request, AsyncHandler<UpdateLibraryMaskingFormatRequest,UpdateLibraryMaskingFormatResponse> handler)
-
Uses of UpdateLibraryMaskingFormatRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateLibraryMaskingFormatRequest Modifier and Type Method Description UpdateLibraryMaskingFormatRequest
UpdateLibraryMaskingFormatRequest.Builder. build()
Build the instance of UpdateLibraryMaskingFormatRequest as configured by this builderUpdateLibraryMaskingFormatRequest
UpdateLibraryMaskingFormatRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLibraryMaskingFormatRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateLibraryMaskingFormatRequest Modifier and Type Method Description UpdateLibraryMaskingFormatRequest.Builder
UpdateLibraryMaskingFormatRequest.Builder. copy(UpdateLibraryMaskingFormatRequest o)
Copy method to populate the builder with values from the given instance.
-