Uses of Class
software.amazon.awssdk.services.ssm.model.ComplianceItemEntry
-
Packages that use ComplianceItemEntry Package Description software.amazon.awssdk.services.ssm.model -
-
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 ComplianceItemEntry Modifier and Type Method Description 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 ComplianceItemEntry Modifier and Type Method Description PutComplianceItemsRequest.BuilderPutComplianceItemsRequest.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 ComplianceItemEntry Modifier and Type Method Description PutComplianceItemsRequest.BuilderPutComplianceItemsRequest.Builder. items(Collection<ComplianceItemEntry> items)Information about the compliance as defined by the resource type.
-