Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.createMaintenanceWindowAsync(CreateMaintenanceWindowRequest request,
AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResult> asyncHandler) |
Future<CreateMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.createMaintenanceWindowAsync(CreateMaintenanceWindowRequest createMaintenanceWindowRequest,
AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResult> asyncHandler)
Creates a new Maintenance Window.
|
Future<CreateMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.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 execute 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.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.
|
Copyright © 2018. All rights reserved.