Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyInstanceEventStartTimeRequest.Builder
Packages that use ModifyInstanceEventStartTimeRequest.Builder
Package
Description
-
Uses of ModifyInstanceEventStartTimeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyInstanceEventStartTimeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event.Ec2Client.modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest) Modifies the start time for a scheduled Amazon EC2 instance event. -
Uses of ModifyInstanceEventStartTimeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyInstanceEventStartTimeRequest.BuilderModifier and TypeMethodDescriptionModifyInstanceEventStartTimeRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.ModifyInstanceEventStartTimeRequest.Builder.instanceEventId(String instanceEventId) The ID of the event whose date and time you are modifying.ModifyInstanceEventStartTimeRequest.Builder.instanceId(String instanceId) The ID of the instance with the scheduled event.The new date and time when the event will take place.ModifyInstanceEventStartTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyInstanceEventStartTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyInstanceEventStartTimeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyInstanceEventStartTimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyInstanceEventStartTimeRequest.Builder>ModifyInstanceEventStartTimeRequest.serializableBuilderClass()