| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static RelatedItemsUpdate |
RelatedItemsUpdate.fromItemToAdd(Consumer<RelatedItem.Builder> itemToAdd)
Create an instance of this class with
itemToAdd() initialized to the given value. |
static RelatedItemsUpdate |
RelatedItemsUpdate.fromItemToAdd(RelatedItem itemToAdd)
Create an instance of this class with
itemToAdd() initialized to the given value. |
static RelatedItemsUpdate |
RelatedItemsUpdate.fromItemToRemove(Consumer<ItemIdentifier.Builder> itemToRemove)
Create an instance of this class with
itemToRemove() initialized to the given value. |
static RelatedItemsUpdate |
RelatedItemsUpdate.fromItemToRemove(ItemIdentifier itemToRemove)
Create an instance of this class with
itemToRemove() initialized to the given value. |
RelatedItemsUpdate |
UpdateRelatedItemsRequest.relatedItemsUpdate()
Details about the item that you are add to, or delete from, an incident.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.relatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
Copyright © 2023. All rights reserved.