Uses of Class
software.amazon.awssdk.services.efs.model.DescribeFileSystemPolicyResponse
-
Packages that use DescribeFileSystemPolicyResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of DescribeFileSystemPolicyResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeFileSystemPolicyResponse Modifier and Type Method Description default DescribeFileSystemPolicyResponseEfsClient. describeFileSystemPolicy(Consumer<DescribeFileSystemPolicyRequest.Builder> describeFileSystemPolicyRequest)Returns theFileSystemPolicyfor the specified EFS file system.default DescribeFileSystemPolicyResponseEfsClient. describeFileSystemPolicy(DescribeFileSystemPolicyRequest describeFileSystemPolicyRequest)Returns theFileSystemPolicyfor the specified EFS file system.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeFileSystemPolicyResponse Modifier and Type Method Description default CompletableFuture<DescribeFileSystemPolicyResponse>EfsAsyncClient. describeFileSystemPolicy(Consumer<DescribeFileSystemPolicyRequest.Builder> describeFileSystemPolicyRequest)Returns theFileSystemPolicyfor the specified EFS file system.default CompletableFuture<DescribeFileSystemPolicyResponse>EfsAsyncClient. describeFileSystemPolicy(DescribeFileSystemPolicyRequest describeFileSystemPolicyRequest)Returns theFileSystemPolicyfor the specified EFS file system.
-