Uses of Class
software.amazon.awssdk.services.ssm.model.PatchComplianceData
Packages that use PatchComplianceData
Package
Description
-
Uses of PatchComplianceData in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchComplianceDataModifier and TypeMethodDescriptionfinal List<PatchComplianceData>DescribeInstancePatchesResponse.patches()Each entry in the array is a structure containing:Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchComplianceDataModifier and TypeMethodDescriptionDescribeInstancePatchesResponse.Builder.patches(PatchComplianceData... patches) Each entry in the array is a structure containing:Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchComplianceDataModifier and TypeMethodDescriptionDescribeInstancePatchesResponse.Builder.patches(Collection<PatchComplianceData> patches) Each entry in the array is a structure containing: -
Uses of PatchComplianceData in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type PatchComplianceDataModifier and TypeMethodDescriptionfinal SdkIterable<PatchComplianceData>DescribeInstancePatchesIterable.patches()Returns an iterable to iterate through the paginatedDescribeInstancePatchesResponse.patches()member.final SdkPublisher<PatchComplianceData>DescribeInstancePatchesPublisher.patches()Returns a publisher that can be used to get a stream of data.