Interface AmazonS3RpcService
- All Known Implementing Classes:
AmazonS3RpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface AmazonS3RpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed) DatasinkDefinitionDtobooleantestAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto)
-
Method Details
-
exportReportIntoDatasink
void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Throws:
ServerCallFailedException
-
testAmazonS3Datasink
boolean testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getDefaultDatasink
- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-