| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateOpsItemResult> |
AbstractAWSSimpleSystemsManagementAsync.createOpsItemAsync(CreateOpsItemRequest request,
AsyncHandler<CreateOpsItemRequest,CreateOpsItemResult> asyncHandler) |
Future<CreateOpsItemResult> |
AWSSimpleSystemsManagementAsyncClient.createOpsItemAsync(CreateOpsItemRequest request,
AsyncHandler<CreateOpsItemRequest,CreateOpsItemResult> asyncHandler) |
Future<CreateOpsItemResult> |
AWSSimpleSystemsManagementAsync.createOpsItemAsync(CreateOpsItemRequest createOpsItemRequest,
AsyncHandler<CreateOpsItemRequest,CreateOpsItemResult> asyncHandler)
Creates a new OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOpsItemRequest |
CreateOpsItemRequest.addOperationalDataEntry(String key,
OpsItemDataValue value)
Add a single OperationalData entry
|
CreateOpsItemRequest |
CreateOpsItemRequest.clearOperationalDataEntries()
Removes all the entries added into OperationalData.
|
CreateOpsItemRequest |
CreateOpsItemRequest.clone() |
CreateOpsItemRequest |
CreateOpsItemRequest.withActualEndTime(Date actualEndTime)
The time a runbook workflow ended.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withActualStartTime(Date actualStartTime)
The time a runbook workflow started.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withCategory(String category)
Specify a category to assign to an OpsItem.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withDescription(String description)
Information about the OpsItem.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withNotifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withOperationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withOpsItemType(String opsItemType)
The type of OpsItem to create.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withRelatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withSeverity(String severity)
Specify a severity to assign to an OpsItem.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withSource(String source)
The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withTags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withTags(Tag... tags)
Optional metadata that you assign to a resource.
|
CreateOpsItemRequest |
CreateOpsItemRequest.withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
Copyright © 2022. All rights reserved.