| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
OperationEvent |
OperationEvent.clone() |
OperationEvent |
OperationEvent.withDescription(String description)
A description of the operation event.
|
OperationEvent |
OperationEvent.withResource(Resource resource)
The resource involved in the operations event.
|
OperationEvent |
OperationEvent.withStatus(OperationEventStatus status)
The status of the operation event.
|
OperationEvent |
OperationEvent.withStatus(String status)
The status of the operation event.
|
OperationEvent |
OperationEvent.withStatusMessage(String statusMessage)
The status message relating to a specific operation event.
|
OperationEvent |
OperationEvent.withTimestamp(Date timestamp)
The timestamp of the specified operation event.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationEvent> |
ListOperationEventsResult.getOperationEvents()
A returned list of operation events that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationEventsResult |
ListOperationEventsResult.withOperationEvents(OperationEvent... operationEvents)
A returned list of operation events that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationEventsResult.setOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
|
ListOperationEventsResult |
ListOperationEventsResult.withOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
|
Copyright © 2024. All rights reserved.