Uses of Class
software.amazon.awssdk.services.ssm.model.ComplianceExecutionSummary
Packages that use ComplianceExecutionSummary
-
Uses of ComplianceExecutionSummary in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceExecutionSummaryModifier and TypeMethodDescriptionComplianceItem.executionSummary()A summary for the compliance item.PutComplianceItemsRequest.executionSummary()A summary of the call execution that includes an execution ID, the type of execution (for example,Command), and the date/time of the execution using a datetime object that is saved in the following format:yyyy-MM-dd'T'HH:mm:ss'Z'ResourceComplianceSummaryItem.executionSummary()Information about the execution.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceExecutionSummaryModifier and TypeMethodDescriptionComplianceItem.Builder.executionSummary(ComplianceExecutionSummary executionSummary) A summary for the compliance item.PutComplianceItemsRequest.Builder.executionSummary(ComplianceExecutionSummary executionSummary) A summary of the call execution that includes an execution ID, the type of execution (for example,Command), and the date/time of the execution using a datetime object that is saved in the following format:yyyy-MM-dd'T'HH:mm:ss'Z'ResourceComplianceSummaryItem.Builder.executionSummary(ComplianceExecutionSummary executionSummary) Information about the execution.