Uses of Interface
software.amazon.awssdk.services.efs.EfsAsyncClient
-
Packages that use EfsAsyncClient Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators -
-
Uses of EfsAsyncClient in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return EfsAsyncClient Modifier and Type Method Description static EfsAsyncClientEfsAsyncClient. create()Create aEfsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EfsAsyncClient in software.amazon.awssdk.services.efs.paginators
Constructors in software.amazon.awssdk.services.efs.paginators with parameters of type EfsAsyncClient Constructor Description DescribeAccessPointsPublisher(EfsAsyncClient client, DescribeAccessPointsRequest firstRequest)DescribeFileSystemsPublisher(EfsAsyncClient client, DescribeFileSystemsRequest firstRequest)DescribeMountTargetsPublisher(EfsAsyncClient client, DescribeMountTargetsRequest firstRequest)DescribeReplicationConfigurationsPublisher(EfsAsyncClient client, DescribeReplicationConfigurationsRequest firstRequest)DescribeTagsPublisher(EfsAsyncClient client, DescribeTagsRequest firstRequest)ListTagsForResourcePublisher(EfsAsyncClient client, ListTagsForResourceRequest firstRequest)
-