Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static DefaultRouteTablePropagationValue |
DefaultRouteTablePropagationValue.fromValue(String value)
Use this in place of valueOf.
|
static DefaultRouteTablePropagationValue |
DefaultRouteTablePropagationValue.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.
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayOptions |
TransitGatewayOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withDefaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
Copyright © 2021. All rights reserved.