Uses of Class
software.amazon.awssdk.services.ssm.model.PatchComplianceData
-
Packages that use PatchComplianceData Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 PatchComplianceData Modifier and Type Method Description 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 PatchComplianceData Modifier and Type Method Description DescribeInstancePatchesResponse.BuilderDescribeInstancePatchesResponse.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 PatchComplianceData Modifier and Type Method Description DescribeInstancePatchesResponse.BuilderDescribeInstancePatchesResponse.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 PatchComplianceData Modifier and Type Method Description SdkIterable<PatchComplianceData>DescribeInstancePatchesIterable. patches()Returns an iterable to iterate through the paginatedDescribeInstancePatchesResponse.patches()member.SdkPublisher<PatchComplianceData>DescribeInstancePatchesPublisher. patches()Returns a publisher that can be used to get a stream of data.
-