Uses of Class
software.amazon.awssdk.services.ssm.model.ComplianceExecutionSummary
-
Packages that use ComplianceExecutionSummary Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ComplianceExecutionSummary in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceExecutionSummary Modifier and Type Method Description ComplianceExecutionSummaryComplianceItem. executionSummary()A summary for the compliance item.ComplianceExecutionSummaryPutComplianceItemsRequest. 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'ComplianceExecutionSummaryResourceComplianceSummaryItem. executionSummary()Information about the execution.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ComplianceExecutionSummary Modifier and Type Method Description ComplianceItem.BuilderComplianceItem.Builder. executionSummary(ComplianceExecutionSummary executionSummary)A summary for the compliance item.PutComplianceItemsRequest.BuilderPutComplianceItemsRequest.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.BuilderResourceComplianceSummaryItem.Builder. executionSummary(ComplianceExecutionSummary executionSummary)Information about the execution.
-