Uses of Class
software.amazon.awssdk.services.backup.model.CreateReportPlanRequest
-
Packages that use CreateReportPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of CreateReportPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type CreateReportPlanRequest Modifier and Type Method Description default CompletableFuture<CreateReportPlanResponse>BackupAsyncClient. createReportPlan(CreateReportPlanRequest createReportPlanRequest)Creates a report plan.default CreateReportPlanResponseBackupClient. createReportPlan(CreateReportPlanRequest createReportPlanRequest)Creates a report plan. -
Uses of CreateReportPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type CreateReportPlanRequest Modifier and Type Method Description SdkHttpFullRequestCreateReportPlanRequestMarshaller. marshall(CreateReportPlanRequest createReportPlanRequest)
-