Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyInstanceEventStartTimeResponse
Packages that use ModifyInstanceEventStartTimeResponse
-
Uses of ModifyInstanceEventStartTimeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyInstanceEventStartTimeResponseModifier and TypeMethodDescriptionEc2Client.modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event.Ec2Client.modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyInstanceEventStartTimeResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event.Ec2AsyncClient.modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event.