| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindow(GetMaintenanceWindowRequest request) |
GetMaintenanceWindowResult |
AWSSimpleSystemsManagement.getMaintenanceWindow(GetMaintenanceWindowRequest getMaintenanceWindowRequest)
Retrieves a maintenance window.
|
GetMaintenanceWindowResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindow(GetMaintenanceWindowRequest request)
Retrieves a maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.getMaintenanceWindowAsync(GetMaintenanceWindowRequest getMaintenanceWindowRequest,
AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResult> asyncHandler)
Retrieves a maintenance window.
|
Future<GetMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.getMaintenanceWindowAsync(GetMaintenanceWindowRequest request,
AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResult> asyncHandler) |
Future<GetMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.getMaintenanceWindowAsync(GetMaintenanceWindowRequest request,
AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.clone() |
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withAllowUnassociatedTargets(Boolean allowUnassociatedTargets)
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withCreatedDate(Date createdDate)
The date the maintenance window was created.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withCutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops
scheduling new tasks for execution.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withDescription(String description)
The description of the maintenance window.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withDuration(Integer duration)
The duration of the maintenance window in hours.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withEnabled(Boolean enabled)
Indicates whether the maintenance window is enabled.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withEndDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withModifiedDate(Date modifiedDate)
The date the maintenance window was last modified.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withName(String name)
The name of the maintenance window.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withNextExecutionTime(String nextExecutionTime)
The next time the maintenance window will actually run, taking into account any specified times for the
maintenance window to become active or inactive.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withSchedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withScheduleOffset(Integer scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withScheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withStartDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withWindowId(String windowId)
The ID of the created maintenance window.
|
Copyright © 2021. All rights reserved.