Uses of Class
com.oracle.bmc.datasafe.requests.CreateSensitiveTypesExportRequest
-
Packages that use CreateSensitiveTypesExportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of CreateSensitiveTypesExportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type CreateSensitiveTypesExportRequest Modifier and Type Method Description CreateSensitiveTypesExportResponse
DataSafe. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request)
Generates a downloadable file corresponding to the specified list of sensitive types.Future<CreateSensitiveTypesExportResponse>
DataSafeAsync. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request, AsyncHandler<CreateSensitiveTypesExportRequest,CreateSensitiveTypesExportResponse> handler)
Generates a downloadable file corresponding to the specified list of sensitive types.Future<CreateSensitiveTypesExportResponse>
DataSafeAsyncClient. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request, AsyncHandler<CreateSensitiveTypesExportRequest,CreateSensitiveTypesExportResponse> handler)
CreateSensitiveTypesExportResponse
DataSafeClient. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateSensitiveTypesExportRequest Modifier and Type Method Description Future<CreateSensitiveTypesExportResponse>
DataSafeAsync. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request, AsyncHandler<CreateSensitiveTypesExportRequest,CreateSensitiveTypesExportResponse> handler)
Generates a downloadable file corresponding to the specified list of sensitive types.Future<CreateSensitiveTypesExportResponse>
DataSafeAsyncClient. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request, AsyncHandler<CreateSensitiveTypesExportRequest,CreateSensitiveTypesExportResponse> handler)
-
Uses of CreateSensitiveTypesExportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CreateSensitiveTypesExportRequest Modifier and Type Method Description CreateSensitiveTypesExportRequest
CreateSensitiveTypesExportRequest.Builder. build()
Build the instance of CreateSensitiveTypesExportRequest as configured by this builderCreateSensitiveTypesExportRequest
CreateSensitiveTypesExportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSensitiveTypesExportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type CreateSensitiveTypesExportRequest Modifier and Type Method Description CreateSensitiveTypesExportRequest.Builder
CreateSensitiveTypesExportRequest.Builder. copy(CreateSensitiveTypesExportRequest o)
Copy method to populate the builder with values from the given instance.
-