Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayRouteTableMode
-
Packages that use LocalGatewayRouteTableMode Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LocalGatewayRouteTableMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteTableMode Modifier and Type Method Description static LocalGatewayRouteTableModeLocalGatewayRouteTableMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocalGatewayRouteTableModeCreateLocalGatewayRouteTableRequest. mode()The mode of the local gateway route table.LocalGatewayRouteTableModeLocalGatewayRouteTable. mode()The mode of the local gateway route table.static LocalGatewayRouteTableModeLocalGatewayRouteTableMode. valueOf(String name)Returns 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 LocalGatewayRouteTableMode Modifier and Type Method Description static Set<LocalGatewayRouteTableMode>LocalGatewayRouteTableMode. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRouteTableMode Modifier and Type Method Description CreateLocalGatewayRouteTableRequest.BuilderCreateLocalGatewayRouteTableRequest.Builder. mode(LocalGatewayRouteTableMode mode)The mode of the local gateway route table.LocalGatewayRouteTable.BuilderLocalGatewayRouteTable.Builder. mode(LocalGatewayRouteTableMode mode)The mode of the local gateway route table.
-