Interface DMapLambdaService
-
- All Known Implementing Classes:
DMapLambdaServiceImpl
public interface DMapLambdaService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanupCreatedResources()DMapScanResultstartDMapScan(Map<VpcConfig,List<EC2Target>> vpcGroups)voidvalidateEnvironment(boolean reuseResourcesAllowed)
-
-
-
Method Detail
-
startDMapScan
DMapScanResult startDMapScan(Map<VpcConfig,List<EC2Target>> vpcGroups)
-
cleanupCreatedResources
void cleanupCreatedResources()
-
validateEnvironment
void validateEnvironment(boolean reuseResourcesAllowed)
-
-