| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRelatedItemsResult> |
AbstractAWSSSMIncidentsAsync.updateRelatedItemsAsync(UpdateRelatedItemsRequest request,
AsyncHandler<UpdateRelatedItemsRequest,UpdateRelatedItemsResult> asyncHandler) |
Future<UpdateRelatedItemsResult> |
AWSSSMIncidentsAsyncClient.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 that ensures that a client calls the operation only once with the specified details.
|
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
UpdateRelatedItemsRequest |
UpdateRelatedItemsRequest.withRelatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
Copyright © 2023. All rights reserved.