| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.createMaintenanceWindowAsync(CreateMaintenanceWindowRequest request,
AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResult> asyncHandler) |
Future<CreateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.createMaintenanceWindowAsync(CreateMaintenanceWindowRequest createMaintenanceWindowRequest,
AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResult> asyncHandler)
Creates a new maintenance window.
|
Future<CreateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.createMaintenanceWindowAsync(CreateMaintenanceWindowRequest request,
AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.clone() |
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withAllowUnassociatedTargets(Boolean allowUnassociatedTargets)
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as
targets.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withCutoff(Integer cutoff)
The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for
execution.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withDescription(String description)
An optional description for the maintenance window.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withDuration(Integer duration)
The duration of the maintenance window in hours.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withEndDate(String endDate)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withName(String name)
The name of the maintenance window.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withSchedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withScheduleOffset(Integer scheduleOffset)
The number of days to wait after the date and time specified by a CRON expression before running the maintenance
window.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withScheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers
Authority (IANA) format.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withStartDate(String startDate)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withTags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
CreateMaintenanceWindowRequest |
CreateMaintenanceWindowRequest.withTags(Tag... tags)
Optional metadata that you assign to a resource.
|
Copyright © 2021. All rights reserved.