| 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<CreatePatchBaselineResult> |
AbstractAWSSimpleSystemsManagementAsync.createPatchBaselineAsync(CreatePatchBaselineRequest request,
AsyncHandler<CreatePatchBaselineRequest,CreatePatchBaselineResult> asyncHandler) |
Future<CreatePatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.createPatchBaselineAsync(CreatePatchBaselineRequest request,
AsyncHandler<CreatePatchBaselineRequest,CreatePatchBaselineResult> asyncHandler) |
Future<CreatePatchBaselineResult> |
AWSSimpleSystemsManagementAsync.createPatchBaselineAsync(CreatePatchBaselineRequest createPatchBaselineRequest,
AsyncHandler<CreatePatchBaselineRequest,CreatePatchBaselineResult> asyncHandler)
Creates a patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.clone() |
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
managed nodes.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withDescription(String description)
A description of the patch baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withName(String name)
The name of the patch baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withOperatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withOperatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withRejectedPatchesAction(String rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withSources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withTags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withTags(Tag... tags)
Optional metadata that you assign to a resource.
|
Copyright © 2022. All rights reserved.