| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItem |
OpsItem.addOperationalDataEntry(String key,
OpsItemDataValue value) |
OpsItem |
OpsItem.clearOperationalDataEntries()
Removes all the entries added into OperationalData.
|
OpsItem |
OpsItem.clone() |
OpsItem |
GetOpsItemResult.getOpsItem()
The OpsItem.
|
OpsItem |
OpsItem.withCategory(String category)
An OpsItem category.
|
OpsItem |
OpsItem.withCreatedBy(String createdBy)
The ARN of the AWS account that created the OpsItem.
|
OpsItem |
OpsItem.withCreatedTime(Date createdTime)
The date and time the OpsItem was created.
|
OpsItem |
OpsItem.withDescription(String description)
The OpsItem description.
|
OpsItem |
OpsItem.withLastModifiedBy(String lastModifiedBy)
The ARN of the AWS account that last updated the OpsItem.
|
OpsItem |
OpsItem.withLastModifiedTime(Date lastModifiedTime)
The date and time the OpsItem was last updated.
|
OpsItem |
OpsItem.withNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
OpsItem |
OpsItem.withNotifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
OpsItem |
OpsItem.withOperationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
|
OpsItem |
OpsItem.withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
OpsItem |
OpsItem.withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
OpsItem |
OpsItem.withRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItem.
|
OpsItem |
OpsItem.withRelatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItem.
|
OpsItem |
OpsItem.withSeverity(String severity)
The severity of the OpsItem.
|
OpsItem |
OpsItem.withSource(String source)
The origin of the OpsItem, such as Amazon EC2 or AWS Systems Manager.
|
OpsItem |
OpsItem.withStatus(OpsItemStatus status)
The OpsItem status.
|
OpsItem |
OpsItem.withStatus(String status)
The OpsItem status.
|
OpsItem |
OpsItem.withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
OpsItem |
OpsItem.withVersion(String version)
The version of this OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOpsItemResult.setOpsItem(OpsItem opsItem)
The OpsItem.
|
GetOpsItemResult |
GetOpsItemResult.withOpsItem(OpsItem opsItem)
The OpsItem.
|
Copyright © 2019. All rights reserved.