java.lang.Object
com.cloudbees.jenkins.plugins.amazonecs.aws.BaseAWSService
com.cloudbees.jenkins.plugins.amazonecs.aws.EFSService

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

    • EFSService

      public EFSService(String credentialsId, String regionName)
    • EFSService

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

    • getAllFileSystems

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

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