| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
RotationShift |
RotationShift.clone() |
RotationShift |
RotationShift.withContactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
|
RotationShift |
RotationShift.withContactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
|
RotationShift |
RotationShift.withEndTime(Date endTime)
The time a shift rotation ends.
|
RotationShift |
RotationShift.withShiftDetails(ShiftDetails shiftDetails)
Additional information about an on-call rotation shift.
|
RotationShift |
RotationShift.withStartTime(Date startTime)
The time a shift rotation begins.
|
RotationShift |
RotationShift.withType(ShiftType type)
The type of shift rotation.
|
RotationShift |
RotationShift.withType(String type)
The type of shift rotation.
|
| Modifier and Type | Method and Description |
|---|---|
List<RotationShift> |
ListRotationShiftsResult.getRotationShifts()
Information about shifts that meet the filter criteria.
|
List<RotationShift> |
ListPreviewRotationShiftsResult.getRotationShifts()
Details about a rotation shift, including times, types, and contacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsResult |
ListRotationShiftsResult.withRotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
|
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.withRotationShifts(RotationShift... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRotationShiftsResult.setRotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
void |
ListPreviewRotationShiftsResult.setRotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
ListRotationShiftsResult |
ListRotationShiftsResult.withRotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
ListPreviewRotationShiftsResult |
ListPreviewRotationShiftsResult.withRotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
Copyright © 2023. All rights reserved.