| 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 |
|---|---|
DeleteMaintenanceWindowResult |
AbstractAWSSimpleSystemsManagement.deleteMaintenanceWindow(DeleteMaintenanceWindowRequest request) |
DeleteMaintenanceWindowResult |
AWSSimpleSystemsManagementClient.deleteMaintenanceWindow(DeleteMaintenanceWindowRequest request)
Deletes a maintenance window.
|
DeleteMaintenanceWindowResult |
AWSSimpleSystemsManagement.deleteMaintenanceWindow(DeleteMaintenanceWindowRequest deleteMaintenanceWindowRequest)
Deletes a maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteMaintenanceWindowResult> |
AbstractAWSSimpleSystemsManagementAsync.deleteMaintenanceWindowAsync(DeleteMaintenanceWindowRequest request,
AsyncHandler<DeleteMaintenanceWindowRequest,DeleteMaintenanceWindowResult> asyncHandler) |
Future<DeleteMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsyncClient.deleteMaintenanceWindowAsync(DeleteMaintenanceWindowRequest request,
AsyncHandler<DeleteMaintenanceWindowRequest,DeleteMaintenanceWindowResult> asyncHandler) |
Future<DeleteMaintenanceWindowResult> |
AWSSimpleSystemsManagementAsync.deleteMaintenanceWindowAsync(DeleteMaintenanceWindowRequest deleteMaintenanceWindowRequest,
AsyncHandler<DeleteMaintenanceWindowRequest,DeleteMaintenanceWindowResult> asyncHandler)
Deletes a maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMaintenanceWindowResult |
DeleteMaintenanceWindowResult.clone() |
DeleteMaintenanceWindowResult |
DeleteMaintenanceWindowResult.withWindowId(String windowId)
The ID of the deleted maintenance window.
|
Copyright © 2022. All rights reserved.