| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetPatchBaselineResult |
AWSSimpleSystemsManagement.getPatchBaseline(GetPatchBaselineRequest getPatchBaselineRequest)
Retrieves information about a patch baseline.
|
GetPatchBaselineResult |
AbstractAWSSimpleSystemsManagement.getPatchBaseline(GetPatchBaselineRequest request) |
GetPatchBaselineResult |
AWSSimpleSystemsManagementClient.getPatchBaseline(GetPatchBaselineRequest request)
Retrieves information about a patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPatchBaselineResult> |
AWSSimpleSystemsManagementAsyncClient.getPatchBaselineAsync(GetPatchBaselineRequest request,
AsyncHandler<GetPatchBaselineRequest,GetPatchBaselineResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
GetPatchBaselineResult |
GetPatchBaselineResult.clone() |
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withBaselineId(String baselineId)
The ID of the retrieved patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withCreatedDate(Date createdDate)
The date the patch baseline was created.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withDescription(String description)
A description of the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withModifiedDate(Date modifiedDate)
The date the patch baseline was last modified.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withName(String name)
The name of the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withOperatingSystem(OperatingSystem operatingSystem)
Returns the operating system specified for the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withOperatingSystem(String operatingSystem)
Returns the operating system specified for the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withPatchGroups(Collection<String> patchGroups)
Patch groups included in the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withPatchGroups(String... patchGroups)
Patch groups included in the patch baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withRejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
Copyright © 2020. All rights reserved.