Uses of Class
software.amazon.awssdk.services.ec2.model.CreateInstanceEventWindowResponse
Packages that use CreateInstanceEventWindowResponse
-
Uses of CreateInstanceEventWindowResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateInstanceEventWindowResponseModifier and TypeMethodDescriptionEc2Client.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.Ec2Client.createInstanceEventWindow(CreateInstanceEventWindowRequest createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateInstanceEventWindowResponseModifier and TypeMethodDescriptionEc2AsyncClient.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.Ec2AsyncClient.createInstanceEventWindow(CreateInstanceEventWindowRequest createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.