| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents |
AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover
from incidents affecting their AWS-hosted applications.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRelatedItemsResult> |
AWSSSMIncidentsAsyncClient.updateRelatedItemsAsync(UpdateRelatedItemsRequest request,
AsyncHandler<UpdateRelatedItemsRequest,UpdateRelatedItemsResult> asyncHandler) |
Future<UpdateRelatedItemsResult> |
AbstractAWSSSMIncidentsAsync.updateRelatedItemsAsync(UpdateRelatedItemsRequest request,
AsyncHandler<UpdateRelatedItemsRequest,UpdateRelatedItemsResult> asyncHandler) |
Future<UpdateRelatedItemsResult> |
AWSSSMIncidentsAsync.updateRelatedItemsAsync(UpdateRelatedItemsRequest updateRelatedItemsRequest,
AsyncHandler<UpdateRelatedItemsRequest,UpdateRelatedItemsResult> asyncHandler)
Add or remove related items from the related items tab of an incident record.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.clone() |
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record you are updating related items in.
|
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item you are adding or deleting.
|
Copyright © 2021. All rights reserved.