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 CreateSensitiveTypesExportResponseDataSafe. 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)CreateSensitiveTypesExportResponseDataSafeClient. 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 CreateSensitiveTypesExportRequestCreateSensitiveTypesExportRequest.Builder. build()Build the instance of CreateSensitiveTypesExportRequest as configured by this builderCreateSensitiveTypesExportRequestCreateSensitiveTypesExportRequest.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.BuilderCreateSensitiveTypesExportRequest.Builder. copy(CreateSensitiveTypesExportRequest o)Copy method to populate the builder with values from the given instance.
-