Uses of Interface
software.amazon.awssdk.services.efs.EfsClient
-
Packages that use EfsClient Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators -
-
Uses of EfsClient in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return EfsClient Modifier and Type Method Description static EfsClientEfsClient. create()Create aEfsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EfsClient in software.amazon.awssdk.services.efs.paginators
Constructors in software.amazon.awssdk.services.efs.paginators with parameters of type EfsClient Constructor Description DescribeAccessPointsIterable(EfsClient client, DescribeAccessPointsRequest firstRequest)DescribeFileSystemsIterable(EfsClient client, DescribeFileSystemsRequest firstRequest)DescribeMountTargetsIterable(EfsClient client, DescribeMountTargetsRequest firstRequest)DescribeReplicationConfigurationsIterable(EfsClient client, DescribeReplicationConfigurationsRequest firstRequest)DescribeTagsIterable(EfsClient client, DescribeTagsRequest firstRequest)ListTagsForResourceIterable(EfsClient client, ListTagsForResourceRequest firstRequest)
-