| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
ComplianceExecutionSummary |
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'. |
ComplianceExecutionSummary |
ResourceComplianceSummaryItem.executionSummary()
Information about the execution.
|
ComplianceExecutionSummary |
ComplianceItem.executionSummary()
A summary for the compliance item.
|
| Modifier and Type | Method and Description |
|---|---|
PutComplianceItemsRequest.Builder |
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 |
ResourceComplianceSummaryItem.Builder.executionSummary(ComplianceExecutionSummary executionSummary)
Information about the execution.
|
ComplianceItem.Builder |
ComplianceItem.Builder.executionSummary(ComplianceExecutionSummary executionSummary)
A summary for the compliance item.
|
Copyright © 2020. All rights reserved.