Package com.aserto.directory.v3
Interface DirectoryClientExporter
- All Known Implementing Classes:
DirectoryClient
public interface DirectoryClientExporter
-
Method Summary
Modifier and TypeMethodDescriptionIterator<com.aserto.directory.exporter.v3.ExportResponse>exportData(com.aserto.directory.exporter.v3.Option options) Iterator<com.aserto.directory.exporter.v3.ExportResponse>exportData(com.aserto.directory.exporter.v3.Option options, com.google.protobuf.Timestamp startFrom)
-
Method Details
-
exportData
Iterator<com.aserto.directory.exporter.v3.ExportResponse> exportData(com.aserto.directory.exporter.v3.Option options) throws UninitilizedClientException - Throws:
UninitilizedClientException
-
exportData
Iterator<com.aserto.directory.exporter.v3.ExportResponse> exportData(com.aserto.directory.exporter.v3.Option options, com.google.protobuf.Timestamp startFrom) throws UninitilizedClientException - Throws:
UninitilizedClientException
-