Uses of Class
software.amazon.awssdk.services.ssm.model.EffectivePatch
-
Packages that use EffectivePatch Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 EffectivePatch Modifier and Type Method Description List<EffectivePatch>DescribeEffectivePatchesForPatchBaselineResponse. effectivePatches()An array of patches and patch status.Methods in software.amazon.awssdk.services.ssm.model with parameters of type EffectivePatch Modifier and Type Method Description DescribeEffectivePatchesForPatchBaselineResponse.BuilderDescribeEffectivePatchesForPatchBaselineResponse.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 EffectivePatch Modifier and Type Method Description DescribeEffectivePatchesForPatchBaselineResponse.BuilderDescribeEffectivePatchesForPatchBaselineResponse.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 EffectivePatch Modifier and Type Method Description SdkIterable<EffectivePatch>DescribeEffectivePatchesForPatchBaselineIterable. effectivePatches()Returns an iterable to iterate through the paginatedDescribeEffectivePatchesForPatchBaselineResponse.effectivePatches()member.SdkPublisher<EffectivePatch>DescribeEffectivePatchesForPatchBaselinePublisher. effectivePatches()Returns a publisher that can be used to get a stream of data.
-