| Package | Description |
|---|---|
| com.amazonaws.services.workspacesthinclient.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindow |
MaintenanceWindow.clone() |
MaintenanceWindow |
Environment.getMaintenanceWindow()
A specification for a time window to apply software updates.
|
MaintenanceWindow |
EnvironmentSummary.getMaintenanceWindow()
A specification for a time window to apply software updates.
|
MaintenanceWindow |
UpdateEnvironmentRequest.getMaintenanceWindow()
A specification for a time window to apply software updates.
|
MaintenanceWindow |
CreateEnvironmentRequest.getMaintenanceWindow()
A specification for a time window to apply software updates.
|
MaintenanceWindow |
MaintenanceWindow.withApplyTimeOf(ApplyTimeOf applyTimeOf)
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
|
MaintenanceWindow |
MaintenanceWindow.withApplyTimeOf(String applyTimeOf)
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
|
MaintenanceWindow |
MaintenanceWindow.withDaysOfTheWeek(Collection<String> daysOfTheWeek)
The days of the week during which the maintenance window is open.
|
MaintenanceWindow |
MaintenanceWindow.withDaysOfTheWeek(DayOfWeek... daysOfTheWeek)
The days of the week during which the maintenance window is open.
|
MaintenanceWindow |
MaintenanceWindow.withDaysOfTheWeek(String... daysOfTheWeek)
The days of the week during which the maintenance window is open.
|
MaintenanceWindow |
MaintenanceWindow.withEndTimeHour(Integer endTimeHour)
The hour for the maintenance window end (
00-23). |
MaintenanceWindow |
MaintenanceWindow.withEndTimeMinute(Integer endTimeMinute)
The minutes for the maintenance window end (
00-59). |
MaintenanceWindow |
MaintenanceWindow.withStartTimeHour(Integer startTimeHour)
The hour for the maintenance window start (
00-23). |
MaintenanceWindow |
MaintenanceWindow.withStartTimeMinute(Integer startTimeMinute)
The minutes past the hour for the maintenance window start (
00-59). |
MaintenanceWindow |
MaintenanceWindow.withType(MaintenanceWindowType type)
An option to select the default or custom maintenance window.
|
MaintenanceWindow |
MaintenanceWindow.withType(String type)
An option to select the default or custom maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
void |
EnvironmentSummary.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
void |
UpdateEnvironmentRequest.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
void |
CreateEnvironmentRequest.setMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
Environment |
Environment.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
EnvironmentSummary |
EnvironmentSummary.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)
A specification for a time window to apply software updates.
|
Copyright © 2024. All rights reserved.