| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetIncidentRecordResponse |
SsmIncidentsClient.getIncidentRecord(Consumer<GetIncidentRecordRequest.Builder> getIncidentRecordRequest)
Returns the details for the specified incident record.
|
default GetIncidentRecordResponse |
SsmIncidentsClient.getIncidentRecord(GetIncidentRecordRequest getIncidentRecordRequest)
Returns the details for the specified incident record.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIncidentRecordResponse> |
SsmIncidentsAsyncClient.getIncidentRecord(Consumer<GetIncidentRecordRequest.Builder> getIncidentRecordRequest)
Returns the details for the specified incident record.
|
default CompletableFuture<GetIncidentRecordResponse> |
SsmIncidentsAsyncClient.getIncidentRecord(GetIncidentRecordRequest getIncidentRecordRequest)
Returns the details for the specified incident record.
|
Copyright © 2023. All rights reserved.