Uses of Class
software.amazon.awssdk.services.ssm.model.PatchBaselineIdentity
-
Packages that use PatchBaselineIdentity Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of PatchBaselineIdentity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchBaselineIdentity Modifier and Type Method Description 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 PatchBaselineIdentity Modifier and Type Method Description List<PatchBaselineIdentity>DescribePatchBaselinesResponse. baselineIdentities()An array ofPatchBaselineIdentityelements.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchBaselineIdentity Modifier and Type Method Description DescribePatchBaselinesResponse.BuilderDescribePatchBaselinesResponse.Builder. baselineIdentities(PatchBaselineIdentity... baselineIdentities)An array ofPatchBaselineIdentityelements.PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping.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 PatchBaselineIdentity Modifier and Type Method Description DescribePatchBaselinesResponse.BuilderDescribePatchBaselinesResponse.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 PatchBaselineIdentity Modifier and Type Method Description SdkIterable<PatchBaselineIdentity>DescribePatchBaselinesIterable. baselineIdentities()Returns an iterable to iterate through the paginatedDescribePatchBaselinesResponse.baselineIdentities()member.SdkPublisher<PatchBaselineIdentity>DescribePatchBaselinesPublisher. baselineIdentities()Returns a publisher that can be used to get a stream of data.
-