| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Day |
Day.fromValue(String value)
Use this in place of valueOf.
|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonthlySchedule |
MonthlySchedule.withDay(Day day)
The monthly schedule's day.
|
WeeklySchedule |
WeeklySchedule.withDays(Day... days)
The weekly schedule's days.
|
Copyright © 2024. All rights reserved.