Uses of Class
software.amazon.awssdk.services.backup.model.DescribeReportPlanRequest
-
Packages that use DescribeReportPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of DescribeReportPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type DescribeReportPlanRequest Modifier and Type Method Description 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.default DescribeReportPlanResponseBackupClient. describeReportPlan(DescribeReportPlanRequest describeReportPlanRequest)Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region. -
Uses of DescribeReportPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type DescribeReportPlanRequest Modifier and Type Method Description SdkHttpFullRequestDescribeReportPlanRequestMarshaller. marshall(DescribeReportPlanRequest describeReportPlanRequest)
-