Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.DeleteOption
Packages that use DeleteOption
Package
Description
Amazon GameLift Construct Library
-
Uses of DeleteOption in software.amazon.awscdk.services.gamelift.alpha
Methods in software.amazon.awscdk.services.gamelift.alpha that return DeleteOptionModifier and TypeMethodDescriptiondefault DeleteOptionGameServerGroupProps.getDeleteOption()(experimental) The type of delete to perform.final DeleteOptionGameServerGroupProps.Jsii$Proxy.getDeleteOption()static DeleteOptionReturns the enum constant of this type with the specified name.static DeleteOption[]DeleteOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type DeleteOptionModifier and TypeMethodDescriptionGameServerGroup.Builder.deleteOption(DeleteOption deleteOption) (experimental) The type of delete to perform.GameServerGroupProps.Builder.deleteOption(DeleteOption deleteOption) Sets the value ofGameServerGroupProps.getDeleteOption()