Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceEventWindow |
InstanceEventWindow.clone() |
InstanceEventWindow |
DisassociateInstanceEventWindowResult.getInstanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
CreateInstanceEventWindowResult.getInstanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
ModifyInstanceEventWindowResult.getInstanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
AssociateInstanceEventWindowResult.getInstanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
InstanceEventWindow.withAssociationTarget(InstanceEventWindowAssociationTarget associationTarget)
One or more targets associated with the event window.
|
InstanceEventWindow |
InstanceEventWindow.withCronExpression(String cronExpression)
The cron expression defined for the event window.
|
InstanceEventWindow |
InstanceEventWindow.withInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
InstanceEventWindow |
InstanceEventWindow.withName(String name)
The name of the event window.
|
InstanceEventWindow |
InstanceEventWindow.withState(InstanceEventWindowState state)
The current state of the event window.
|
InstanceEventWindow |
InstanceEventWindow.withState(String state)
The current state of the event window.
|
InstanceEventWindow |
InstanceEventWindow.withTags(Collection<Tag> tags)
The instance tags associated with the event window.
|
InstanceEventWindow |
InstanceEventWindow.withTags(Tag... tags)
The instance tags associated with the event window.
|
InstanceEventWindow |
InstanceEventWindow.withTimeRanges(Collection<InstanceEventWindowTimeRange> timeRanges)
One or more time ranges defined for the event window.
|
InstanceEventWindow |
InstanceEventWindow.withTimeRanges(InstanceEventWindowTimeRange... timeRanges)
One or more time ranges defined for the event window.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceEventWindow> |
DescribeInstanceEventWindowsResult.getInstanceEventWindows()
Information about the event windows.
|
Modifier and Type | Method and Description |
---|---|
void |
DisassociateInstanceEventWindowResult.setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
void |
CreateInstanceEventWindowResult.setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
void |
ModifyInstanceEventWindowResult.setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
void |
AssociateInstanceEventWindowResult.setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
DisassociateInstanceEventWindowResult |
DisassociateInstanceEventWindowResult.withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
CreateInstanceEventWindowResult |
CreateInstanceEventWindowResult.withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
ModifyInstanceEventWindowResult |
ModifyInstanceEventWindowResult.withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
AssociateInstanceEventWindowResult |
AssociateInstanceEventWindowResult.withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
DescribeInstanceEventWindowsResult |
DescribeInstanceEventWindowsResult.withInstanceEventWindows(InstanceEventWindow... instanceEventWindows)
Information about the event windows.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceEventWindowsResult.setInstanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)
Information about the event windows.
|
DescribeInstanceEventWindowsResult |
DescribeInstanceEventWindowsResult.withInstanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)
Information about the event windows.
|
Copyright © 2021. All rights reserved.