Uses of Class
software.amazon.awssdk.services.ssm.model.PatchBaselineIdentity
Packages that use PatchBaselineIdentity
Package
Description
-
Uses of PatchBaselineIdentity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchBaselineIdentityModifier and TypeMethodDescriptionfinal PatchBaselineIdentityPatchGroupPatchBaselineMapping.baselineIdentity()The patch baseline the patch group is registered with.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchBaselineIdentityModifier and TypeMethodDescriptionfinal List<PatchBaselineIdentity>DescribePatchBaselinesResponse.baselineIdentities()An array ofPatchBaselineIdentityelements.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchBaselineIdentityModifier and TypeMethodDescriptionDescribePatchBaselinesResponse.Builder.baselineIdentities(PatchBaselineIdentity... baselineIdentities) An array ofPatchBaselineIdentityelements.PatchGroupPatchBaselineMapping.Builder.baselineIdentity(PatchBaselineIdentity baselineIdentity) The patch baseline the patch group is registered with.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchBaselineIdentityModifier and TypeMethodDescriptionDescribePatchBaselinesResponse.Builder.baselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities) An array ofPatchBaselineIdentityelements. -
Uses of PatchBaselineIdentity in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type PatchBaselineIdentityModifier and TypeMethodDescriptionfinal SdkIterable<PatchBaselineIdentity>DescribePatchBaselinesIterable.baselineIdentities()Returns an iterable to iterate through the paginatedDescribePatchBaselinesResponse.baselineIdentities()member.DescribePatchBaselinesPublisher.baselineIdentities()Returns a publisher that can be used to get a stream of data.