Uses of Interface
software.amazon.awssdk.services.backup.model.UpdateReportPlanResponse.Builder
-
Packages that use UpdateReportPlanResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of UpdateReportPlanResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return UpdateReportPlanResponse.Builder Modifier and Type Method Description static UpdateReportPlanResponse.BuilderUpdateReportPlanResponse. builder()UpdateReportPlanResponse.BuilderUpdateReportPlanResponse.Builder. creationTime(Instant creationTime)The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).UpdateReportPlanResponse.BuilderUpdateReportPlanResponse.Builder. reportPlanArn(String reportPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a resource.UpdateReportPlanResponse.BuilderUpdateReportPlanResponse.Builder. reportPlanName(String reportPlanName)The unique name of the report plan.UpdateReportPlanResponse.BuilderUpdateReportPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type UpdateReportPlanResponse.Builder Modifier and Type Method Description static Class<? extends UpdateReportPlanResponse.Builder>UpdateReportPlanResponse. serializableBuilderClass()
-