Uses of Class
software.amazon.awssdk.services.ssm.model.Patch
Packages that use Patch
Package
Description
-
Uses of Patch in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchModifier and TypeMethodDescriptionfinal PatchEffectivePatch.patch()Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchModifier and TypeMethodDescriptionDescribeAvailablePatchesResponse.patches()An array of patches.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchModifier and TypeMethodDescriptionProvides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.An array of patches.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchModifier and TypeMethodDescriptionDescribeAvailablePatchesResponse.Builder.patches(Collection<Patch> patches) An array of patches. -
Uses of Patch in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type PatchModifier and TypeMethodDescriptionfinal SdkIterable<Patch>DescribeAvailablePatchesIterable.patches()Returns an iterable to iterate through the paginatedDescribeAvailablePatchesResponse.patches()member.final SdkPublisher<Patch>DescribeAvailablePatchesPublisher.patches()Returns a publisher that can be used to get a stream of data.