| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResult |
AbstractAWSSimpleSystemsManagement.updatePatchBaseline(UpdatePatchBaselineRequest request) |
UpdatePatchBaselineResult |
AWSSimpleSystemsManagementClient.updatePatchBaseline(UpdatePatchBaselineRequest request)
Modifies an existing patch baseline.
|
UpdatePatchBaselineResult |
AWSSimpleSystemsManagement.updatePatchBaseline(UpdatePatchBaselineRequest updatePatchBaselineRequest)
Modifies an existing patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePatchBaselineResult> |
AWSSimpleSystemsManagementAsync.updatePatchBaselineAsync(UpdatePatchBaselineRequest updatePatchBaselineRequest,
AsyncHandler<UpdatePatchBaselineRequest,UpdatePatchBaselineResult> asyncHandler)
Modifies an existing patch baseline.
|
Future<UpdatePatchBaselineResult> |
AbstractAWSSimpleSystemsManagementAsync.updatePatchBaselineAsync(UpdatePatchBaselineRequest request,
AsyncHandler<UpdatePatchBaselineRequest,UpdatePatchBaselineResult> asyncHandler) |
Future<UpdatePatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.updatePatchBaselineAsync(UpdatePatchBaselineRequest request,
AsyncHandler<UpdatePatchBaselineRequest,UpdatePatchBaselineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.clone() |
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withBaselineId(String baselineId)
The ID of the deleted patch baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withCreatedDate(Date createdDate)
The date when the patch baseline was created.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withDescription(String description)
A description of the Patch Baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withModifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withName(String name)
The name of the patch baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withOperatingSystem(String operatingSystem)
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
Copyright © 2021. All rights reserved.