Uses of Class
software.amazon.awssdk.services.ssm.model.PatchGroupPatchBaselineMapping
Packages that use PatchGroupPatchBaselineMapping
Package
Description
-
Uses of PatchGroupPatchBaselineMapping in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchGroupPatchBaselineMappingModifier and TypeMethodDescriptionDescribePatchGroupsResponse.mappings()Each entry in the array contains:Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchGroupPatchBaselineMappingModifier and TypeMethodDescriptionDescribePatchGroupsResponse.Builder.mappings(PatchGroupPatchBaselineMapping... mappings) Each entry in the array contains:Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchGroupPatchBaselineMappingModifier and TypeMethodDescriptionDescribePatchGroupsResponse.Builder.mappings(Collection<PatchGroupPatchBaselineMapping> mappings) Each entry in the array contains: -
Uses of PatchGroupPatchBaselineMapping in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type PatchGroupPatchBaselineMappingModifier and TypeMethodDescriptionDescribePatchGroupsIterable.mappings()Returns an iterable to iterate through the paginatedDescribePatchGroupsResponse.mappings()member.DescribePatchGroupsPublisher.mappings()Returns a publisher that can be used to get a stream of data.