| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIncidentRecordsResponse |
SsmIncidentsClient.listIncidentRecords(Consumer<ListIncidentRecordsRequest.Builder> listIncidentRecordsRequest)
Lists all incident records in your account.
|
default ListIncidentRecordsResponse |
SsmIncidentsClient.listIncidentRecords(ListIncidentRecordsRequest listIncidentRecordsRequest)
Lists all incident records in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIncidentRecordsResponse> |
SsmIncidentsAsyncClient.listIncidentRecords(Consumer<ListIncidentRecordsRequest.Builder> listIncidentRecordsRequest)
Lists all incident records in your account.
|
default CompletableFuture<ListIncidentRecordsResponse> |
SsmIncidentsAsyncClient.listIncidentRecords(ListIncidentRecordsRequest listIncidentRecordsRequest)
Lists all incident records in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIncidentRecordsResponse> |
ListIncidentRecordsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIncidentRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIncidentRecordsResponse> subscriber) |
Copyright © 2023. All rights reserved.