Uses of Class
com.oracle.bmc.datasafe.responses.UpdateLibraryMaskingFormatResponse
-
Packages that use UpdateLibraryMaskingFormatResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateLibraryMaskingFormatResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateLibraryMaskingFormatResponse Modifier and Type Method Description UpdateLibraryMaskingFormatResponse
DataSafe. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request)
Updates one or more attributes of the specified library masking format.UpdateLibraryMaskingFormatResponse
DataSafeClient. updateLibraryMaskingFormat(UpdateLibraryMaskingFormatRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateLibraryMaskingFormatResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateLibraryMaskingFormatResponse 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 UpdateLibraryMaskingFormatResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateLibraryMaskingFormatResponse Modifier and Type Method Description UpdateLibraryMaskingFormatResponse
UpdateLibraryMaskingFormatResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateLibraryMaskingFormatResponse Modifier and Type Method Description UpdateLibraryMaskingFormatResponse.Builder
UpdateLibraryMaskingFormatResponse.Builder. copy(UpdateLibraryMaskingFormatResponse o)
Copy method to populate the builder with values from the given instance.
-