Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model | |
software.amazon.awssdk.services.ec2.paginators |
Modifier and Type | Method and Description |
---|---|
InstanceEventWindow |
CreateInstanceEventWindowResponse.instanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
DisassociateInstanceEventWindowResponse.instanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
AssociateInstanceEventWindowResponse.instanceEventWindow()
Information about the event window.
|
InstanceEventWindow |
ModifyInstanceEventWindowResponse.instanceEventWindow()
Information about the event window.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceEventWindow> |
DescribeInstanceEventWindowsResponse.instanceEventWindows()
Information about the event windows.
|
Modifier and Type | Method and Description |
---|---|
CreateInstanceEventWindowResponse.Builder |
CreateInstanceEventWindowResponse.Builder.instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
DisassociateInstanceEventWindowResponse.Builder |
DisassociateInstanceEventWindowResponse.Builder.instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
AssociateInstanceEventWindowResponse.Builder |
AssociateInstanceEventWindowResponse.Builder.instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
ModifyInstanceEventWindowResponse.Builder |
ModifyInstanceEventWindowResponse.Builder.instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
DescribeInstanceEventWindowsResponse.Builder |
DescribeInstanceEventWindowsResponse.Builder.instanceEventWindows(InstanceEventWindow... instanceEventWindows)
Information about the event windows.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceEventWindowsResponse.Builder |
DescribeInstanceEventWindowsResponse.Builder.instanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)
Information about the event windows.
|
Modifier and Type | Method and Description |
---|---|
SdkIterable<InstanceEventWindow> |
DescribeInstanceEventWindowsIterable.instanceEventWindows()
Returns an iterable to iterate through the paginated
DescribeInstanceEventWindowsResponse.instanceEventWindows() member. |
SdkPublisher<InstanceEventWindow> |
DescribeInstanceEventWindowsPublisher.instanceEventWindows()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.