Uses of Class
com.oracle.bmc.datasafe.responses.CreateSensitiveTypesExportResponse
-
Packages that use CreateSensitiveTypesExportResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateSensitiveTypesExportResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateSensitiveTypesExportResponse Modifier and Type Method Description CreateSensitiveTypesExportResponseDataSafe. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request)Generates a downloadable file corresponding to the specified list of sensitive types.CreateSensitiveTypesExportResponseDataSafeClient. createSensitiveTypesExport(CreateSensitiveTypesExportRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateSensitiveTypesExportResponse 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)Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateSensitiveTypesExportResponse 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 CreateSensitiveTypesExportResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateSensitiveTypesExportResponse Modifier and Type Method Description CreateSensitiveTypesExportResponseCreateSensitiveTypesExportResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateSensitiveTypesExportResponse Modifier and Type Method Description CreateSensitiveTypesExportResponse.BuilderCreateSensitiveTypesExportResponse.Builder. copy(CreateSensitiveTypesExportResponse o)Copy method to populate the builder with values from the given instance.
-