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<GetPatchBaselineResult> |
AWSSimpleSystemsManagementAsync.getPatchBaselineAsync(GetPatchBaselineRequest getPatchBaselineRequest,
AsyncHandler<GetPatchBaselineRequest,GetPatchBaselineResult> asyncHandler)
Retrieves information about a patch baseline.
|
Future<GetPatchBaselineResult> |
AbstractAWSSimpleSystemsManagementAsync.getPatchBaselineAsync(GetPatchBaselineRequest request,
AsyncHandler<GetPatchBaselineRequest,GetPatchBaselineResult> asyncHandler) |
Future<GetPatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.getPatchBaselineAsync(GetPatchBaselineRequest request,
AsyncHandler<GetPatchBaselineRequest,GetPatchBaselineResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPatchBaselineRequest |
GetPatchBaselineRequest.clone() |
GetPatchBaselineRequest |
GetPatchBaselineRequest.withBaselineId(String baselineId)
The ID of the patch baseline to retrieve.
|
Copyright © 2021. All rights reserved.