Uses of Class
software.amazon.awssdk.services.dlm.model.Schedule
-
Packages that use Schedule Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of Schedule in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type Schedule Modifier and Type Method Description List<Schedule>PolicyDetails. schedules()[Custom snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle policies.Methods in software.amazon.awssdk.services.dlm.model with parameters of type Schedule Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. schedules(Schedule... schedules)[Custom snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle policies.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type Schedule Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. schedules(Collection<Schedule> schedules)[Custom snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle policies.
-