Uses of Enum
software.amazon.awssdk.services.ec2.model.LocalGatewayRouteTableMode
Packages that use LocalGatewayRouteTableMode
-
Uses of LocalGatewayRouteTableMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteTableModeModifier and TypeMethodDescriptionstatic LocalGatewayRouteTableModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateLocalGatewayRouteTableRequest.mode()The mode of the local gateway route table.LocalGatewayRouteTable.mode()The mode of the local gateway route table.static LocalGatewayRouteTableModeReturns the enum constant of this type with the specified name.static LocalGatewayRouteTableMode[]LocalGatewayRouteTableMode.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 LocalGatewayRouteTableModeModifier and TypeMethodDescriptionstatic Set<LocalGatewayRouteTableMode>LocalGatewayRouteTableMode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRouteTableModeModifier and TypeMethodDescriptionCreateLocalGatewayRouteTableRequest.Builder.mode(LocalGatewayRouteTableMode mode) The mode of the local gateway route table.LocalGatewayRouteTable.Builder.mode(LocalGatewayRouteTableMode mode) The mode of the local gateway route table.