Class EFSService
java.lang.Object
com.cloudbees.jenkins.plugins.amazonecs.aws.BaseAWSService
com.cloudbees.jenkins.plugins.amazonecs.aws.EFSService
Encapsulates interactions with Amazon EFS.
- Author:
- Dan Krieger <dan@codingislife.com>
-
Constructor Summary
ConstructorsConstructorDescriptionEFSService(String credentialsId, String regionName) EFSService(Supplier<com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem> clientSupplier) -
Method Summary
Modifier and TypeMethodDescriptionList<com.amazonaws.services.elasticfilesystem.model.AccessPointDescription>getAccessPointsForFileSystem(String fileSystemId) List<com.amazonaws.services.elasticfilesystem.model.FileSystemDescription>Methods inherited from class com.cloudbees.jenkins.plugins.amazonecs.aws.BaseAWSService
createClientConfiguration, getCredentials
-
Constructor Details
-
EFSService
-
EFSService
public EFSService(Supplier<com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem> clientSupplier)
-
-
Method Details
-
getAllFileSystems
public List<com.amazonaws.services.elasticfilesystem.model.FileSystemDescription> getAllFileSystems() -
getAccessPointsForFileSystem
-