| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchSource |
PatchSource.clone() |
PatchSource |
PatchSource.withConfiguration(String configuration)
The value of the yum repo configuration.
|
PatchSource |
PatchSource.withName(String name)
The name specified to identify the patch source.
|
PatchSource |
PatchSource.withProducts(Collection<String> products)
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
|
PatchSource |
PatchSource.withProducts(String... products)
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchSource> |
UpdatePatchBaselineResult.getSources()
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
List<PatchSource> |
CreatePatchBaselineRequest.getSources()
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
List<PatchSource> |
UpdatePatchBaselineRequest.getSources()
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
List<PatchSource> |
GetPatchBaselineResult.getSources()
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withSources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withSources(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePatchBaselineResult.setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
void |
CreatePatchBaselineRequest.setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
void |
UpdatePatchBaselineRequest.setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
void |
GetPatchBaselineResult.setSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
Copyright © 2021. All rights reserved.