| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model | |
| software.amazon.awssdk.services.ssmincidents.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IncidentRecordSummary> |
ListIncidentRecordsResponse.incidentRecordSummaries()
The details of each listed incident record.
|
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsResponse.Builder |
ListIncidentRecordsResponse.Builder.incidentRecordSummaries(IncidentRecordSummary... incidentRecordSummaries)
The details of each listed incident record.
|
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsResponse.Builder |
ListIncidentRecordsResponse.Builder.incidentRecordSummaries(Collection<IncidentRecordSummary> incidentRecordSummaries)
The details of each listed incident record.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<IncidentRecordSummary> |
ListIncidentRecordsPublisher.incidentRecordSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<IncidentRecordSummary> |
ListIncidentRecordsIterable.incidentRecordSummaries()
Returns an iterable to iterate through the paginated
ListIncidentRecordsResponse.incidentRecordSummaries() member. |
Copyright © 2023. All rights reserved.