Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyInstanceMaintenanceOptionsRequest.Builder
Packages that use ModifyInstanceMaintenanceOptionsRequest.Builder
Package
Description
-
Uses of ModifyInstanceMaintenanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyInstanceMaintenanceOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstanceMaintenanceOptions(Consumer<ModifyInstanceMaintenanceOptionsRequest.Builder> modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default.Ec2Client.modifyInstanceMaintenanceOptions(Consumer<ModifyInstanceMaintenanceOptionsRequest.Builder> modifyInstanceMaintenanceOptionsRequest) Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. -
Uses of ModifyInstanceMaintenanceOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyInstanceMaintenanceOptionsRequest.BuilderModifier and TypeMethodDescriptionModifyInstanceMaintenanceOptionsRequest.Builder.autoRecovery(String autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsRequest.Builder.autoRecovery(InstanceAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.ModifyInstanceMaintenanceOptionsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyInstanceMaintenanceOptionsRequest.Builder.instanceId(String instanceId) The ID of the instance.ModifyInstanceMaintenanceOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyInstanceMaintenanceOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyInstanceMaintenanceOptionsRequest.Builder.rebootMigration(String rebootMigration) Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsRequest.Builder.rebootMigration(InstanceRebootMigrationState rebootMigration) Specifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduledsystem-rebootevent:ModifyInstanceMaintenanceOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyInstanceMaintenanceOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyInstanceMaintenanceOptionsRequest.Builder>ModifyInstanceMaintenanceOptionsRequest.serializableBuilderClass()