| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultRouteTablePropagationValue |
TransitGatewayOptions.defaultRouteTablePropagation()
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
|
DefaultRouteTablePropagationValue |
TransitGatewayRequestOptions.defaultRouteTablePropagation()
Enable or disable automatic propagation of routes to the default propagation route table.
|
static DefaultRouteTablePropagationValue |
DefaultRouteTablePropagationValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DefaultRouteTablePropagationValue> |
DefaultRouteTablePropagationValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayOptions.Builder |
TransitGatewayOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Indicates whether resource attachments automatically propagate routes to the default propagation route table.
|
TransitGatewayRequestOptions.Builder |
TransitGatewayRequestOptions.Builder.defaultRouteTablePropagation(DefaultRouteTablePropagationValue defaultRouteTablePropagation)
Enable or disable automatic propagation of routes to the default propagation route table.
|
Copyright © 2019. All rights reserved.