| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchBaselineIdentity |
PatchBaselineIdentity.clone() |
PatchBaselineIdentity |
PatchGroupPatchBaselineMapping.getBaselineIdentity()
The patch baseline the patch group is registered with.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withBaselineDescription(String baselineDescription)
The description of the patch baseline.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withBaselineId(String baselineId)
The ID of the patch baseline.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withBaselineName(String baselineName)
The name of the patch baseline.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withDefaultBaseline(Boolean defaultBaseline)
Whether this is the default baseline.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withOperatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
PatchBaselineIdentity |
PatchBaselineIdentity.withOperatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchBaselineIdentity> |
DescribePatchBaselinesResult.getBaselineIdentities()
An array of PatchBaselineIdentity elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchGroupPatchBaselineMapping.setBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.withBaselineIdentities(PatchBaselineIdentity... baselineIdentities)
An array of PatchBaselineIdentity elements.
|
PatchGroupPatchBaselineMapping |
PatchGroupPatchBaselineMapping.withBaselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePatchBaselinesResult.setBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of PatchBaselineIdentity elements.
|
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.withBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of PatchBaselineIdentity elements.
|
Copyright © 2020. All rights reserved.