Uses of Class
software.amazon.awssdk.services.ssm.model.EffectivePatch
Packages that use EffectivePatch
Package
Description
-
Uses of EffectivePatch in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type EffectivePatchModifier and TypeMethodDescriptionfinal List<EffectivePatch>DescribeEffectivePatchesForPatchBaselineResponse.effectivePatches()An array of patches and patch status.Methods in software.amazon.awssdk.services.ssm.model with parameters of type EffectivePatchModifier and TypeMethodDescriptionDescribeEffectivePatchesForPatchBaselineResponse.Builder.effectivePatches(EffectivePatch... effectivePatches) An array of patches and patch status.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type EffectivePatchModifier and TypeMethodDescriptionDescribeEffectivePatchesForPatchBaselineResponse.Builder.effectivePatches(Collection<EffectivePatch> effectivePatches) An array of patches and patch status. -
Uses of EffectivePatch in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type EffectivePatchModifier and TypeMethodDescriptionfinal SdkIterable<EffectivePatch>DescribeEffectivePatchesForPatchBaselineIterable.effectivePatches()Returns an iterable to iterate through the paginatedDescribeEffectivePatchesForPatchBaselineResponse.effectivePatches()member.final SdkPublisher<EffectivePatch>DescribeEffectivePatchesForPatchBaselinePublisher.effectivePatches()Returns a publisher that can be used to get a stream of data.