Uses of Enum
software.amazon.awssdk.services.ec2.model.DefaultRouteTablePropagationValue
Packages that use DefaultRouteTablePropagationValue
-
Uses of DefaultRouteTablePropagationValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DefaultRouteTablePropagationValueModifier and TypeMethodDescriptionModifyTransitGatewayOptions.defaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayOptions.defaultRouteTablePropagation()Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayRequestOptions.defaultRouteTablePropagation()Enable or disable automatic propagation of routes to the default propagation route table.Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 DefaultRouteTablePropagationValueModifier and TypeMethodDescriptionstatic Set<DefaultRouteTablePropagationValue>DefaultRouteTablePropagationValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DefaultRouteTablePropagationValueModifier and TypeMethodDescriptionModifyTransitGatewayOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation) Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation) Indicates whether resource attachments automatically propagate routes to the default propagation route table.TransitGatewayRequestOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation) Enable or disable automatic propagation of routes to the default propagation route table.