Uses of Class
software.amazon.awssdk.services.opensearch.model.ScheduleAt
-
Packages that use ScheduleAt Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ScheduleAt in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ScheduleAt Modifier and Type Method Description static ScheduleAtScheduleAt. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduleAtStartServiceSoftwareUpdateRequest. scheduleAt()When to start the service software update.ScheduleAtUpdateScheduledActionRequest. scheduleAt()When to schedule the action.static ScheduleAtScheduleAt. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleAt[]ScheduleAt. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ScheduleAt Modifier and Type Method Description static Set<ScheduleAt>ScheduleAt. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ScheduleAt Modifier and Type Method Description StartServiceSoftwareUpdateRequest.BuilderStartServiceSoftwareUpdateRequest.Builder. scheduleAt(ScheduleAt scheduleAt)When to start the service software update.UpdateScheduledActionRequest.BuilderUpdateScheduledActionRequest.Builder. scheduleAt(ScheduleAt scheduleAt)When to schedule the action.
-