Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DefaultRouteTableAssociationValue |
TransitGatewayRequestOptions.defaultRouteTableAssociation()
Enable or disable automatic association with the default association route table.
|
DefaultRouteTableAssociationValue |
TransitGatewayOptions.defaultRouteTableAssociation()
Indicates whether resource attachments are automatically associated with the default association route table.
|
DefaultRouteTableAssociationValue |
ModifyTransitGatewayOptions.defaultRouteTableAssociation()
Enable or disable automatic association with the default association route table.
|
static DefaultRouteTableAssociationValue |
DefaultRouteTableAssociationValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DefaultRouteTableAssociationValue |
DefaultRouteTableAssociationValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultRouteTableAssociationValue[] |
DefaultRouteTableAssociationValue.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<DefaultRouteTableAssociationValue> |
DefaultRouteTableAssociationValue.knownValues()
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayRequestOptions.Builder |
TransitGatewayRequestOptions.Builder.defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
TransitGatewayOptions.Builder |
TransitGatewayOptions.Builder.defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Indicates whether resource attachments are automatically associated with the default association route table.
|
ModifyTransitGatewayOptions.Builder |
ModifyTransitGatewayOptions.Builder.defaultRouteTableAssociation(DefaultRouteTableAssociationValue defaultRouteTableAssociation)
Enable or disable automatic association with the default association route table.
|
Copyright © 2023. All rights reserved.