Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateInstanceEventWindowResponse
-
Packages that use AssociateInstanceEventWindowResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssociateInstanceEventWindowResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateInstanceEventWindowResponse Modifier and Type Method Description default AssociateInstanceEventWindowResponseEc2Client. associateInstanceEventWindow(Consumer<AssociateInstanceEventWindowRequest.Builder> associateInstanceEventWindowRequest)Associates one or more targets with an event window.default AssociateInstanceEventWindowResponseEc2Client. associateInstanceEventWindow(AssociateInstanceEventWindowRequest associateInstanceEventWindowRequest)Associates one or more targets with an event window.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateInstanceEventWindowResponse Modifier and Type Method Description default CompletableFuture<AssociateInstanceEventWindowResponse>Ec2AsyncClient. associateInstanceEventWindow(Consumer<AssociateInstanceEventWindowRequest.Builder> associateInstanceEventWindowRequest)Associates one or more targets with an event window.default CompletableFuture<AssociateInstanceEventWindowResponse>Ec2AsyncClient. associateInstanceEventWindow(AssociateInstanceEventWindowRequest associateInstanceEventWindowRequest)Associates one or more targets with an event window.
-