Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.RecurrenceSettings
-
Packages that use RecurrenceSettings Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of RecurrenceSettings in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return RecurrenceSettings Modifier and Type Method Description RecurrenceSettingsCreateRotationRequest. recurrence()Information about the rule that specifies when a shift's team members rotate.RecurrenceSettingsGetRotationResponse. recurrence()Specifies how long a rotation lasts before restarting at the beginning of the shift order.RecurrenceSettingsListPreviewRotationShiftsRequest. recurrence()Information about how long a rotation would last before restarting at the beginning of the shift order.RecurrenceSettingsRotation. recurrence()Information about when an on-call rotation is in effect and how long the rotation period lasts.RecurrenceSettingsUpdateRotationRequest. recurrence()Information about how long the updated rotation lasts before restarting at the beginning of the shift order.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type RecurrenceSettings Modifier and Type Method Description CreateRotationRequest.BuilderCreateRotationRequest.Builder. recurrence(RecurrenceSettings recurrence)Information about the rule that specifies when a shift's team members rotate.GetRotationResponse.BuilderGetRotationResponse.Builder. recurrence(RecurrenceSettings recurrence)Specifies how long a rotation lasts before restarting at the beginning of the shift order.ListPreviewRotationShiftsRequest.BuilderListPreviewRotationShiftsRequest.Builder. recurrence(RecurrenceSettings recurrence)Information about how long a rotation would last before restarting at the beginning of the shift order.Rotation.BuilderRotation.Builder. recurrence(RecurrenceSettings recurrence)Information about when an on-call rotation is in effect and how long the rotation period lasts.UpdateRotationRequest.BuilderUpdateRotationRequest.Builder. recurrence(RecurrenceSettings recurrence)Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
-