Uses of Enum
software.amazon.awssdk.services.ec2.model.ShutdownBehavior
Packages that use ShutdownBehavior
-
Uses of ShutdownBehavior in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ShutdownBehaviorModifier and TypeMethodDescriptionstatic ShutdownBehaviorUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ShutdownBehaviorImportInstanceLaunchSpecification.instanceInitiatedShutdownBehavior()Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).final ShutdownBehaviorRequestLaunchTemplateData.instanceInitiatedShutdownBehavior()Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).final ShutdownBehaviorResponseLaunchTemplateData.instanceInitiatedShutdownBehavior()Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).final ShutdownBehaviorRunInstancesRequest.instanceInitiatedShutdownBehavior()Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).static ShutdownBehaviorReturns the enum constant of this type with the specified name.static ShutdownBehavior[]ShutdownBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ShutdownBehaviorMethods in software.amazon.awssdk.services.ec2.model with parameters of type ShutdownBehaviorModifier and TypeMethodDescriptionImportInstanceLaunchSpecification.Builder.instanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).RequestLaunchTemplateData.Builder.instanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).ResponseLaunchTemplateData.Builder.instanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).RunInstancesRequest.Builder.instanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).