| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
RelatedItem |
RelatedItem.clone() |
RelatedItem |
RelatedItemsUpdate.getItemToAdd()
Details about the related item you're adding.
|
RelatedItem |
RelatedItem.withGeneratedId(String generatedId)
A unique ID for a
RelatedItem. |
RelatedItem |
RelatedItem.withIdentifier(ItemIdentifier identifier)
Details about the related item.
|
RelatedItem |
RelatedItem.withTitle(String title)
The title of the related item.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelatedItem> |
StartIncidentRequest.getRelatedItems()
Add related items to the incident for other responders to use.
|
List<RelatedItem> |
ListRelatedItemsResult.getRelatedItems()
Details about each related item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedItemsUpdate.setItemToAdd(RelatedItem itemToAdd)
Details about the related item you're adding.
|
RelatedItemsUpdate |
RelatedItemsUpdate.withItemToAdd(RelatedItem itemToAdd)
Details about the related item you're adding.
|
StartIncidentRequest |
StartIncidentRequest.withRelatedItems(RelatedItem... relatedItems)
Add related items to the incident for other responders to use.
|
ListRelatedItemsResult |
ListRelatedItemsResult.withRelatedItems(RelatedItem... relatedItems)
Details about each related item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartIncidentRequest.setRelatedItems(Collection<RelatedItem> relatedItems)
Add related items to the incident for other responders to use.
|
void |
ListRelatedItemsResult.setRelatedItems(Collection<RelatedItem> relatedItems)
Details about each related item.
|
StartIncidentRequest |
StartIncidentRequest.withRelatedItems(Collection<RelatedItem> relatedItems)
Add related items to the incident for other responders to use.
|
ListRelatedItemsResult |
ListRelatedItemsResult.withRelatedItems(Collection<RelatedItem> relatedItems)
Details about each related item.
|
Copyright © 2025. All rights reserved.