Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateOpsItemResult> |
AWSSimpleSystemsManagementAsyncClient.updateOpsItemAsync(UpdateOpsItemRequest request,
AsyncHandler<UpdateOpsItemRequest,UpdateOpsItemResult> asyncHandler) |
Future<UpdateOpsItemResult> |
AbstractAWSSimpleSystemsManagementAsync.updateOpsItemAsync(UpdateOpsItemRequest request,
AsyncHandler<UpdateOpsItemRequest,UpdateOpsItemResult> asyncHandler) |
Future<UpdateOpsItemResult> |
AWSSimpleSystemsManagementAsync.updateOpsItemAsync(UpdateOpsItemRequest updateOpsItemRequest,
AsyncHandler<UpdateOpsItemRequest,UpdateOpsItemResult> asyncHandler)
Edit or change an OpsItem.
|
Modifier and Type | Method and Description |
---|---|
UpdateOpsItemRequest |
UpdateOpsItemRequest.addOperationalDataEntry(String key,
OpsItemDataValue value)
Add a single OperationalData entry
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.clearOperationalDataEntries()
Removes all the entries added into OperationalData.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.clone() |
UpdateOpsItemRequest |
UpdateOpsItemRequest.withActualEndTime(Date actualEndTime)
The time a runbook workflow ended.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withActualStartTime(Date actualStartTime)
The time a runbook workflow started.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withCategory(String category)
Specify a new category for an OpsItem.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withDescription(String description)
Update the information about the OpsItem.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withNotifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withOperationalData(Map<String,OpsItemDataValue> operationalData)
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withOperationalDataToDelete(Collection<String> operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withOperationalDataToDelete(String... operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withOpsItemArn(String opsItemArn)
The OpsItem Amazon Resource Name (ARN).
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withRelatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withSeverity(String severity)
Specify a new severity for an OpsItem.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withStatus(OpsItemStatus status)
The OpsItem status.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withStatus(String status)
The OpsItem status.
|
UpdateOpsItemRequest |
UpdateOpsItemRequest.withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
Copyright © 2023. All rights reserved.