Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceEventWindow
-
Packages that use InstanceEventWindow Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of InstanceEventWindow in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindow Modifier and Type Method Description InstanceEventWindowAssociateInstanceEventWindowResponse. instanceEventWindow()Information about the event window.InstanceEventWindowCreateInstanceEventWindowResponse. instanceEventWindow()Information about the event window.InstanceEventWindowDisassociateInstanceEventWindowResponse. instanceEventWindow()Information about the event window.InstanceEventWindowModifyInstanceEventWindowResponse. instanceEventWindow()Information about the event window.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindow Modifier and Type Method Description List<InstanceEventWindow>DescribeInstanceEventWindowsResponse. instanceEventWindows()Information about the event windows.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceEventWindow Modifier and Type Method Description AssociateInstanceEventWindowResponse.BuilderAssociateInstanceEventWindowResponse.Builder. instanceEventWindow(InstanceEventWindow instanceEventWindow)Information about the event window.CreateInstanceEventWindowResponse.BuilderCreateInstanceEventWindowResponse.Builder. instanceEventWindow(InstanceEventWindow instanceEventWindow)Information about the event window.DisassociateInstanceEventWindowResponse.BuilderDisassociateInstanceEventWindowResponse.Builder. instanceEventWindow(InstanceEventWindow instanceEventWindow)Information about the event window.ModifyInstanceEventWindowResponse.BuilderModifyInstanceEventWindowResponse.Builder. instanceEventWindow(InstanceEventWindow instanceEventWindow)Information about the event window.DescribeInstanceEventWindowsResponse.BuilderDescribeInstanceEventWindowsResponse.Builder. instanceEventWindows(InstanceEventWindow... instanceEventWindows)Information about the event windows.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindow Modifier and Type Method Description DescribeInstanceEventWindowsResponse.BuilderDescribeInstanceEventWindowsResponse.Builder. instanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)Information about the event windows. -
Uses of InstanceEventWindow in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceEventWindow Modifier and Type Method Description SdkIterable<InstanceEventWindow>DescribeInstanceEventWindowsIterable. instanceEventWindows()Returns an iterable to iterate through the paginatedDescribeInstanceEventWindowsResponse.instanceEventWindows()member.SdkPublisher<InstanceEventWindow>DescribeInstanceEventWindowsPublisher. instanceEventWindows()Returns a publisher that can be used to get a stream of data.
-