| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceStatusEvent |
ModifyInstanceEventStartTimeResponse.event()
Returns the value of the Event property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceStatusEvent> |
InstanceStatus.events()
Any scheduled events associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceEventStartTimeResponse.Builder |
ModifyInstanceEventStartTimeResponse.Builder.event(InstanceStatusEvent event)
Sets the value of the Event property for this object.
|
InstanceStatus.Builder |
InstanceStatus.Builder.events(InstanceStatusEvent... events)
Any scheduled events associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceStatus.Builder |
InstanceStatus.Builder.events(Collection<InstanceStatusEvent> events)
Any scheduled events associated with the instance.
|
Copyright © 2020. All rights reserved.