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