Class EFSService


  • public class EFSService
    extends BaseAWSService
    Encapsulates interactions with Amazon EFS.
    Author:
    Dan Krieger <dan@codingislife.com>
    • Constructor Detail

      • EFSService

        public EFSService​(String credentialsId,
                          String regionName)
      • EFSService

        public EFSService​(Supplier<com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem> clientSupplier)
    • Method Detail

      • getAllFileSystems

        public List<com.amazonaws.services.elasticfilesystem.model.FileSystemDescription> getAllFileSystems()
      • getAccessPointsForFileSystem

        public List<com.amazonaws.services.elasticfilesystem.model.AccessPointDescription> getAccessPointsForFileSystem​(String fileSystemId)