| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowResult |
AWSSimpleSystemsManagement.getMaintenanceWindow(GetMaintenanceWindowRequest getMaintenanceWindowRequest)
Retrieves a Maintenance Window.
|
GetMaintenanceWindowResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindow(GetMaintenanceWindowRequest request) |
GetMaintenanceWindowResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindow(GetMaintenanceWindowRequest request)
Retrieves a Maintenance Window.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.getMaintenanceWindowAsync(GetMaintenanceWindowRequest request,
AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResult> asyncHandler) |
Future<GetMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.getMaintenanceWindowAsync(GetMaintenanceWindowRequest getMaintenanceWindowRequest,
AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResult> asyncHandler)
Retrieves a Maintenance Window.
|
Future<GetMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.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 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)
Whether the Maintenance Windows is enabled.
|
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.withSchedule(String schedule)
The schedule of the Maintenance Window in the form of a cron or rate expression.
|
GetMaintenanceWindowResult |
GetMaintenanceWindowResult.withWindowId(String windowId)
The ID of the created Maintenance Window.
|
Copyright © 2018. All rights reserved.