Uses of Interface
software.amazon.awssdk.services.backup.model.DescribeReportPlanResponse.Builder
-
Packages that use DescribeReportPlanResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of DescribeReportPlanResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return DescribeReportPlanResponse.Builder Modifier and Type Method Description static DescribeReportPlanResponse.BuilderDescribeReportPlanResponse. builder()default DescribeReportPlanResponse.BuilderDescribeReportPlanResponse.Builder. reportPlan(Consumer<ReportPlan.Builder> reportPlan)Returns details about the report plan that is specified by its name.DescribeReportPlanResponse.BuilderDescribeReportPlanResponse.Builder. reportPlan(ReportPlan reportPlan)Returns details about the report plan that is specified by its name.DescribeReportPlanResponse.BuilderDescribeReportPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type DescribeReportPlanResponse.Builder Modifier and Type Method Description static Class<? extends DescribeReportPlanResponse.Builder>DescribeReportPlanResponse. serializableBuilderClass()
-