| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
WeeklySetting.dayOfWeek()
The day of the week when weekly recurring on-call shift rotations begins.
|
static DayOfWeek |
DayOfWeek.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DayOfWeek> |
DayOfWeek.knownValues()
|
Map<DayOfWeek,List<CoverageTime>> |
RecurrenceSettings.shiftCoverages()
Information about the days of the week included in on-call rotation coverage.
|
| Modifier and Type | Method and Description |
|---|---|
WeeklySetting.Builder |
WeeklySetting.Builder.dayOfWeek(DayOfWeek dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.shiftCoverages(Map<DayOfWeek,? extends Collection<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
Copyright © 2023. All rights reserved.