| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateRelatedItemsResponse |
SsmIncidentsClient.updateRelatedItems(Consumer<UpdateRelatedItemsRequest.Builder> updateRelatedItemsRequest)
Add or remove related items from the related items tab of an incident record.
|
default CompletableFuture<UpdateRelatedItemsResponse> |
SsmIncidentsAsyncClient.updateRelatedItems(Consumer<UpdateRelatedItemsRequest.Builder> updateRelatedItemsRequest)
Add or remove related items from the related items tab of an incident record.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.builder() |
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.clientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.relatedItemsUpdate(Consumer<RelatedItemsUpdate.Builder> relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.Builder.relatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
UpdateRelatedItemsRequest.Builder |
UpdateRelatedItemsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRelatedItemsRequest.Builder> |
UpdateRelatedItemsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.