Uses of Class
com.oracle.bmc.datasafe.requests.UploadSensitiveDataModelRequest
-
Packages that use UploadSensitiveDataModelRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UploadSensitiveDataModelRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UploadSensitiveDataModelRequest Modifier and Type Method Description UploadSensitiveDataModelResponse
DataSafe. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request)
Uploads a sensitive data model file (also called template) to update the specified sensitive data model.Future<UploadSensitiveDataModelResponse>
DataSafeAsync. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request, AsyncHandler<UploadSensitiveDataModelRequest,UploadSensitiveDataModelResponse> handler)
Uploads a sensitive data model file (also called template) to update the specified sensitive data model.Future<UploadSensitiveDataModelResponse>
DataSafeAsyncClient. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request, AsyncHandler<UploadSensitiveDataModelRequest,UploadSensitiveDataModelResponse> handler)
UploadSensitiveDataModelResponse
DataSafeClient. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UploadSensitiveDataModelRequest Modifier and Type Method Description Future<UploadSensitiveDataModelResponse>
DataSafeAsync. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request, AsyncHandler<UploadSensitiveDataModelRequest,UploadSensitiveDataModelResponse> handler)
Uploads a sensitive data model file (also called template) to update the specified sensitive data model.Future<UploadSensitiveDataModelResponse>
DataSafeAsyncClient. uploadSensitiveDataModel(UploadSensitiveDataModelRequest request, AsyncHandler<UploadSensitiveDataModelRequest,UploadSensitiveDataModelResponse> handler)
-
Uses of UploadSensitiveDataModelRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UploadSensitiveDataModelRequest Modifier and Type Method Description UploadSensitiveDataModelRequest
UploadSensitiveDataModelRequest.Builder. build()
Build the instance of UploadSensitiveDataModelRequest as configured by this builderUploadSensitiveDataModelRequest
UploadSensitiveDataModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UploadSensitiveDataModelRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UploadSensitiveDataModelRequest Modifier and Type Method Description UploadSensitiveDataModelRequest.Builder
UploadSensitiveDataModelRequest.Builder. copy(UploadSensitiveDataModelRequest o)
Copy method to populate the builder with values from the given instance.
-