| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ComplianceExecutionSummary |
ComplianceExecutionSummary.clone() |
ComplianceExecutionSummary |
ResourceComplianceSummaryItem.getExecutionSummary()
Information about the execution.
|
ComplianceExecutionSummary |
PutComplianceItemsRequest.getExecutionSummary()
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'. |
ComplianceExecutionSummary |
ComplianceItem.getExecutionSummary()
A summary for the compliance item.
|
ComplianceExecutionSummary |
ComplianceExecutionSummary.withExecutionId(String executionId)
An ID created by the system when
PutComplianceItems was called. |
ComplianceExecutionSummary |
ComplianceExecutionSummary.withExecutionTime(Date executionTime)
The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.
|
ComplianceExecutionSummary |
ComplianceExecutionSummary.withExecutionType(String executionType)
The type of execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceComplianceSummaryItem.setExecutionSummary(ComplianceExecutionSummary executionSummary)
Information about the execution.
|
void |
PutComplianceItemsRequest.setExecutionSummary(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'. |
void |
ComplianceItem.setExecutionSummary(ComplianceExecutionSummary executionSummary)
A summary for the compliance item.
|
ResourceComplianceSummaryItem |
ResourceComplianceSummaryItem.withExecutionSummary(ComplianceExecutionSummary executionSummary)
Information about the execution.
|
PutComplianceItemsRequest |
PutComplianceItemsRequest.withExecutionSummary(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'. |
ComplianceItem |
ComplianceItem.withExecutionSummary(ComplianceExecutionSummary executionSummary)
A summary for the compliance item.
|
Copyright © 2021. All rights reserved.