Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyInstanceEventWindowRequest.Builder
Packages that use ModifyInstanceEventWindowRequest.Builder
Package
Description
-
Uses of ModifyInstanceEventWindowRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceEventWindow(Consumer<ModifyInstanceEventWindowRequest.Builder> modifyInstanceEventWindowRequest) Modifies the specified event window.Ec2Client.modifyInstanceEventWindow(Consumer<ModifyInstanceEventWindowRequest.Builder> modifyInstanceEventWindowRequest) Modifies the specified event window. -
Uses of ModifyInstanceEventWindowRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionModifyInstanceEventWindowRequest.builder()ModifyInstanceEventWindowRequest.Builder.cronExpression(String cronExpression) The cron expression of the event window, for example,* 0-4,20-23 * * 1,5.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyInstanceEventWindowRequest.Builder.instanceEventWindowId(String instanceEventWindowId) The ID of the event window.The name of the event window.ModifyInstanceEventWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyInstanceEventWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges) The time ranges of the event window.ModifyInstanceEventWindowRequest.Builder.timeRanges(Consumer<InstanceEventWindowTimeRangeRequest.Builder>... timeRanges) The time ranges of the event window.ModifyInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges) The time ranges of the event window.ModifyInstanceEventWindowRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyInstanceEventWindowRequest.Builder>ModifyInstanceEventWindowRequest.serializableBuilderClass()