| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemSummary |
OpsItemSummary.addOperationalDataEntry(String key,
OpsItemDataValue value)
Add a single OperationalData entry
|
OpsItemSummary |
OpsItemSummary.clearOperationalDataEntries()
Removes all the entries added into OperationalData.
|
OpsItemSummary |
OpsItemSummary.clone() |
OpsItemSummary |
OpsItemSummary.withActualEndTime(Date actualEndTime)
The time a runbook workflow ended.
|
OpsItemSummary |
OpsItemSummary.withActualStartTime(Date actualStartTime)
The time a runbook workflow started.
|
OpsItemSummary |
OpsItemSummary.withCategory(String category)
A list of OpsItems by category.
|
OpsItemSummary |
OpsItemSummary.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
OpsItemSummary |
OpsItemSummary.withCreatedTime(Date createdTime)
The date and time the OpsItem was created.
|
OpsItemSummary |
OpsItemSummary.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
OpsItemSummary |
OpsItemSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time the OpsItem was last updated.
|
OpsItemSummary |
OpsItemSummary.withOperationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
|
OpsItemSummary |
OpsItemSummary.withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
OpsItemSummary |
OpsItemSummary.withOpsItemType(String opsItemType)
The type of OpsItem.
|
OpsItemSummary |
OpsItemSummary.withPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
OpsItemSummary |
OpsItemSummary.withPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
OpsItemSummary |
OpsItemSummary.withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
OpsItemSummary |
OpsItemSummary.withSeverity(String severity)
A list of OpsItems by severity.
|
OpsItemSummary |
OpsItemSummary.withSource(String source)
The impacted Amazon Web Services resource.
|
OpsItemSummary |
OpsItemSummary.withStatus(OpsItemStatus status)
The OpsItem status.
|
OpsItemSummary |
OpsItemSummary.withStatus(String status)
The OpsItem status.
|
OpsItemSummary |
OpsItemSummary.withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpsItemSummary> |
DescribeOpsItemsResult.getOpsItemSummaries()
A list of OpsItems.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOpsItemsResult |
DescribeOpsItemsResult.withOpsItemSummaries(OpsItemSummary... opsItemSummaries)
A list of OpsItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOpsItemsResult.setOpsItemSummaries(Collection<OpsItemSummary> opsItemSummaries)
A list of OpsItems.
|
DescribeOpsItemsResult |
DescribeOpsItemsResult.withOpsItemSummaries(Collection<OpsItemSummary> opsItemSummaries)
A list of OpsItems.
|
Copyright © 2023. All rights reserved.