| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
ComplianceExecutionSummary |
ComplianceItem.executionSummary()
A summary for the compliance item.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ComplianceItem.Builder |
ComplianceItem.Builder.executionSummary(ComplianceExecutionSummary executionSummary)
A summary for the compliance item.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ComplianceExecutionSummary |
ComplianceExecutionSummaryUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplianceExecutionSummaryMarshaller.marshall(ComplianceExecutionSummary complianceExecutionSummary,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.