Uses of Class
software.amazon.awssdk.services.ssm.model.PatchGroupPatchBaselineMapping
-
Packages that use PatchGroupPatchBaselineMapping Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 PatchGroupPatchBaselineMapping Modifier and Type Method Description List<PatchGroupPatchBaselineMapping>DescribePatchGroupsResponse. mappings()Each entry in the array contains:Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchGroupPatchBaselineMapping Modifier and Type Method Description DescribePatchGroupsResponse.BuilderDescribePatchGroupsResponse.Builder. mappings(PatchGroupPatchBaselineMapping... mappings)Each entry in the array contains:Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchGroupPatchBaselineMapping Modifier and Type Method Description DescribePatchGroupsResponse.BuilderDescribePatchGroupsResponse.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 PatchGroupPatchBaselineMapping Modifier and Type Method Description SdkIterable<PatchGroupPatchBaselineMapping>DescribePatchGroupsIterable. mappings()Returns an iterable to iterate through the paginatedDescribePatchGroupsResponse.mappings()member.SdkPublisher<PatchGroupPatchBaselineMapping>DescribePatchGroupsPublisher. mappings()Returns a publisher that can be used to get a stream of data.
-