Class EFSService
- 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 Summary
Constructors Constructor Description EFSService(String credentialsId, String regionName)
EFSService(Supplier<com.amazonaws.services.elasticfilesystem.AmazonElasticFileSystem> clientSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.amazonaws.services.elasticfilesystem.model.AccessPointDescription>
getAccessPointsForFileSystem(String fileSystemId)
List<com.amazonaws.services.elasticfilesystem.model.FileSystemDescription>
getAllFileSystems()
-
Methods inherited from class com.cloudbees.jenkins.plugins.amazonecs.aws.BaseAWSService
createClientConfiguration, getCredentials
-
-