Uses of Class
software.amazon.awssdk.services.ssm.model.PatchSource
-
Packages that use PatchSource Package Description software.amazon.awssdk.services.ssm.model -
-
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 PatchSource Modifier and Type Method Description List<PatchSource>BaselineOverride. 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>GetPatchBaselineResponse. 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>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 PatchSource Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. sources(PatchSource... sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. sources(PatchSource... sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. sources(PatchSource... sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. sources(PatchSource... sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.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 PatchSource Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. sources(Collection<PatchSource> sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. sources(Collection<PatchSource> sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. sources(Collection<PatchSource> sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. sources(Collection<PatchSource> sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. sources(Collection<PatchSource> sources)Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
-