| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSettings |
ListPreviewRotationShiftsRequest.recurrence()
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
RecurrenceSettings |
CreateRotationRequest.recurrence()
Information about the rule that specifies when a shift's team members rotate.
|
RecurrenceSettings |
UpdateRotationRequest.recurrence()
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
RecurrenceSettings |
GetRotationResponse.recurrence()
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
RecurrenceSettings |
Rotation.recurrence()
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
| Modifier and Type | Method and Description |
|---|---|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.recurrence(RecurrenceSettings recurrence)
Information about the rule that specifies when a shift's team members rotate.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.recurrence(RecurrenceSettings recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
Rotation.Builder |
Rotation.Builder.recurrence(RecurrenceSettings recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
Copyright © 2023. All rights reserved.