Uses of Class
software.amazon.awssdk.services.backup.model.DescribeReportPlanResponse
-
Packages that use DescribeReportPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DescribeReportPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DescribeReportPlanResponse Modifier and Type Method Description default DescribeReportPlanResponseBackupClient. describeReportPlan(Consumer<DescribeReportPlanRequest.Builder> describeReportPlanRequest)Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.default DescribeReportPlanResponseBackupClient. describeReportPlan(DescribeReportPlanRequest describeReportPlanRequest)Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DescribeReportPlanResponse Modifier and Type Method Description default CompletableFuture<DescribeReportPlanResponse>BackupAsyncClient. describeReportPlan(Consumer<DescribeReportPlanRequest.Builder> describeReportPlanRequest)Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.default CompletableFuture<DescribeReportPlanResponse>BackupAsyncClient. describeReportPlan(DescribeReportPlanRequest describeReportPlanRequest)Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.
-