Uses of Class
software.amazon.awssdk.services.ec2.model.DefaultRouteTablePropagationValue
-
Packages that use DefaultRouteTablePropagationValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DefaultRouteTablePropagationValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DefaultRouteTablePropagationValue Modifier and Type Method Description DefaultRouteTablePropagationValueModifyTransitGatewayOptions. defaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.DefaultRouteTablePropagationValueTransitGatewayOptions. defaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.DefaultRouteTablePropagationValueTransitGatewayRequestOptions. defaultRouteTablePropagation()Enable or disable automatic propagation of routes to the default propagation route table.static DefaultRouteTablePropagationValueDefaultRouteTablePropagationValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultRouteTablePropagationValueDefaultRouteTablePropagationValue. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultRouteTablePropagationValue[]DefaultRouteTablePropagationValue. 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 DefaultRouteTablePropagationValue Modifier and Type Method Description static Set<DefaultRouteTablePropagationValue>DefaultRouteTablePropagationValue. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DefaultRouteTablePropagationValue Modifier and Type Method Description ModifyTransitGatewayOptions.BuilderModifyTransitGatewayOptions.Builder. defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayOptions.BuilderTransitGatewayOptions.Builder. defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayRequestOptions.BuilderTransitGatewayRequestOptions.Builder. defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)Enable or disable automatic propagation of routes to the default propagation route table.
-