| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<PatchSource> |
UpdatePatchBaselineResponse.sources()
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
List<PatchSource> |
CreatePatchBaselineRequest.sources()
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
List<PatchSource> |
UpdatePatchBaselineRequest.sources()
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
List<PatchSource> |
BaselineOverride.sources()
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
List<PatchSource> |
GetPatchBaselineResponse.sources()
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
BaselineOverride.Builder |
BaselineOverride.Builder.sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
BaselineOverride.Builder |
BaselineOverride.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
Copyright © 2021. All rights reserved.