Uses of Class
com.oracle.bmc.datasafe.requests.CreateLibraryMaskingFormatRequest
-
Packages that use CreateLibraryMaskingFormatRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateLibraryMaskingFormatRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateLibraryMaskingFormatRequest Modifier and Type Method Description CreateLibraryMaskingFormatResponse
DataSafe. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request)
Creates a new library masking format.Future<CreateLibraryMaskingFormatResponse>
DataSafeAsync. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request, AsyncHandler<CreateLibraryMaskingFormatRequest,CreateLibraryMaskingFormatResponse> handler)
Creates a new library masking format.Future<CreateLibraryMaskingFormatResponse>
DataSafeAsyncClient. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request, AsyncHandler<CreateLibraryMaskingFormatRequest,CreateLibraryMaskingFormatResponse> handler)
CreateLibraryMaskingFormatResponse
DataSafeClient. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateLibraryMaskingFormatRequest Modifier and Type Method Description Future<CreateLibraryMaskingFormatResponse>
DataSafeAsync. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request, AsyncHandler<CreateLibraryMaskingFormatRequest,CreateLibraryMaskingFormatResponse> handler)
Creates a new library masking format.Future<CreateLibraryMaskingFormatResponse>
DataSafeAsyncClient. createLibraryMaskingFormat(CreateLibraryMaskingFormatRequest request, AsyncHandler<CreateLibraryMaskingFormatRequest,CreateLibraryMaskingFormatResponse> handler)
-
Uses of CreateLibraryMaskingFormatRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateLibraryMaskingFormatRequest Modifier and Type Method Description CreateLibraryMaskingFormatRequest
CreateLibraryMaskingFormatRequest.Builder. build()
Build the instance of CreateLibraryMaskingFormatRequest as configured by this builderCreateLibraryMaskingFormatRequest
CreateLibraryMaskingFormatRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateLibraryMaskingFormatRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateLibraryMaskingFormatRequest Modifier and Type Method Description CreateLibraryMaskingFormatRequest.Builder
CreateLibraryMaskingFormatRequest.Builder. copy(CreateLibraryMaskingFormatRequest o)
Copy method to populate the builder with values from the given instance.
-