| 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 |
|---|---|
GetDefaultPatchBaselineResult |
AbstractAWSSimpleSystemsManagement.getDefaultPatchBaseline(GetDefaultPatchBaselineRequest request) |
GetDefaultPatchBaselineResult |
AWSSimpleSystemsManagementClient.getDefaultPatchBaseline(GetDefaultPatchBaselineRequest request)
Retrieves the default patch baseline.
|
GetDefaultPatchBaselineResult |
AWSSimpleSystemsManagement.getDefaultPatchBaseline(GetDefaultPatchBaselineRequest getDefaultPatchBaselineRequest)
Retrieves the default patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDefaultPatchBaselineResult> |
AbstractAWSSimpleSystemsManagementAsync.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest request,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler) |
Future<GetDefaultPatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest request,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler) |
Future<GetDefaultPatchBaselineResult> |
AWSSimpleSystemsManagementAsync.getDefaultPatchBaselineAsync(GetDefaultPatchBaselineRequest getDefaultPatchBaselineRequest,
AsyncHandler<GetDefaultPatchBaselineRequest,GetDefaultPatchBaselineResult> asyncHandler)
Retrieves the default patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
GetDefaultPatchBaselineResult |
GetDefaultPatchBaselineResult.clone() |
GetDefaultPatchBaselineResult |
GetDefaultPatchBaselineResult.withBaselineId(String baselineId)
The ID of the default patch baseline.
|
GetDefaultPatchBaselineResult |
GetDefaultPatchBaselineResult.withOperatingSystem(OperatingSystem operatingSystem)
The operating system for the returned patch baseline.
|
GetDefaultPatchBaselineResult |
GetDefaultPatchBaselineResult.withOperatingSystem(String operatingSystem)
The operating system for the returned patch baseline.
|
Copyright © 2022. All rights reserved.