Uses of Class
software.amazon.awssdk.services.ssm.model.PatchSource
Packages that use PatchSource
-
Uses of PatchSource in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchSourceModifier and TypeMethodDescriptionfinal List<PatchSource>BaselineOverride.sources()Information about the patches to use to update the managed nodes, including target operating systems and source repositories.final List<PatchSource>CreatePatchBaselineRequest.sources()Information about the patches to use to update the managed nodes, including target operating systems and source repositories.final List<PatchSource>GetPatchBaselineResponse.sources()Information about the patches to use to update the managed nodes, including target operating systems and source repositories.final List<PatchSource>UpdatePatchBaselineRequest.sources()Information about the patches to use to update the managed nodes, including target operating systems and source repositories.final List<PatchSource>UpdatePatchBaselineResponse.sources()Information about the patches to use to update the managed nodes, including target operating systems and source repositories.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchSourceModifier and TypeMethodDescriptionBaselineOverride.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineRequest.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineResponse.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchSourceModifier and TypeMethodDescriptionBaselineOverride.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.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.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.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineResponse.Builder.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.