| 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 |
|---|---|
Future<GetDefaultPatchBaselineResult> |
AWSSimpleSystemsManagementAsync.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest getDefaultPatchBaselineRequest,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler)
Retrieves the default patch baseline.
|
Future<GetDefaultPatchBaselineResult> |
AbstractAWSSimpleSystemsManagementAsync.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest request,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler) |
Future<GetDefaultPatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest request,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDefaultPatchBaselineRequest |
GetDefaultPatchBaselineRequest.clone() |
GetDefaultPatchBaselineRequest |
GetDefaultPatchBaselineRequest.withOperatingSystem(OperatingSystem operatingSystem)
Returns the default patch baseline for the specified operating system.
|
GetDefaultPatchBaselineRequest |
GetDefaultPatchBaselineRequest.withOperatingSystem(String operatingSystem)
Returns the default patch baseline for the specified operating system.
|
Copyright © 2021. All rights reserved.