Uses of Class
software.amazon.awssdk.services.ssm.model.ComplianceItemEntry
Packages that use ComplianceItemEntry
-
Uses of ComplianceItemEntry in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ComplianceItemEntryModifier and TypeMethodDescriptionfinal List<ComplianceItemEntry>PutComplianceItemsRequest.items()Information about the compliance as defined by the resource type.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceItemEntryModifier and TypeMethodDescriptionPutComplianceItemsRequest.Builder.items(ComplianceItemEntry... items) Information about the compliance as defined by the resource type.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ComplianceItemEntryModifier and TypeMethodDescriptionPutComplianceItemsRequest.Builder.items(Collection<ComplianceItemEntry> items) Information about the compliance as defined by the resource type.