| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemEventSummary |
OpsItemEventSummary.clone() |
OpsItemEventSummary |
OpsItemEventSummary.withCreatedBy(OpsItemIdentity createdBy)
Information about the user or resource that created the OpsItem event.
|
OpsItemEventSummary |
OpsItemEventSummary.withCreatedTime(Date createdTime)
The date and time the OpsItem event was created.
|
OpsItemEventSummary |
OpsItemEventSummary.withDetail(String detail)
Specific information about the OpsItem event.
|
OpsItemEventSummary |
OpsItemEventSummary.withDetailType(String detailType)
The type of information provided as a detail.
|
OpsItemEventSummary |
OpsItemEventSummary.withEventId(String eventId)
The ID of the OpsItem event.
|
OpsItemEventSummary |
OpsItemEventSummary.withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
OpsItemEventSummary |
OpsItemEventSummary.withSource(String source)
The source of the OpsItem event.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpsItemEventSummary> |
ListOpsItemEventsResult.getSummaries()
A list of event information for the specified OpsItems.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemEventsResult |
ListOpsItemEventsResult.withSummaries(OpsItemEventSummary... summaries)
A list of event information for the specified OpsItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpsItemEventsResult.setSummaries(Collection<OpsItemEventSummary> summaries)
A list of event information for the specified OpsItems.
|
ListOpsItemEventsResult |
ListOpsItemEventsResult.withSummaries(Collection<OpsItemEventSummary> summaries)
A list of event information for the specified OpsItems.
|
Copyright © 2021. All rights reserved.