Uses of Class
software.amazon.awssdk.services.efs.model.DescribeBackupPolicyResponse
-
Packages that use DescribeBackupPolicyResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of DescribeBackupPolicyResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeBackupPolicyResponse Modifier and Type Method Description default DescribeBackupPolicyResponseEfsClient. describeBackupPolicy(Consumer<DescribeBackupPolicyRequest.Builder> describeBackupPolicyRequest)Returns the backup policy for the specified EFS file system.default DescribeBackupPolicyResponseEfsClient. describeBackupPolicy(DescribeBackupPolicyRequest describeBackupPolicyRequest)Returns the backup policy for the specified EFS file system.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeBackupPolicyResponse Modifier and Type Method Description default CompletableFuture<DescribeBackupPolicyResponse>EfsAsyncClient. describeBackupPolicy(Consumer<DescribeBackupPolicyRequest.Builder> describeBackupPolicyRequest)Returns the backup policy for the specified EFS file system.default CompletableFuture<DescribeBackupPolicyResponse>EfsAsyncClient. describeBackupPolicy(DescribeBackupPolicyRequest describeBackupPolicyRequest)Returns the backup policy for the specified EFS file system.
-