Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsSsmPatchComplianceDetails
-
Packages that use AwsSsmPatchComplianceDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsSsmPatchComplianceDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsSsmPatchComplianceDetails Modifier and Type Method Description AwsSsmPatchComplianceDetailsResourceDetails. awsSsmPatchCompliance()Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsSsmPatchComplianceDetails Modifier and Type Method Description ResourceDetails.BuilderResourceDetails.Builder. awsSsmPatchCompliance(AwsSsmPatchComplianceDetails awsSsmPatchCompliance)Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.
-