Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ApplianceModeSupportValue |
ApplianceModeSupportValue.fromValue(String value)
Use this in place of valueOf.
|
static ApplianceModeSupportValue |
ApplianceModeSupportValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplianceModeSupportValue[] |
ApplianceModeSupportValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModifyTransitGatewayVpcAttachmentRequestOptions |
ModifyTransitGatewayVpcAttachmentRequestOptions.withApplianceModeSupport(ApplianceModeSupportValue applianceModeSupport)
Enable or disable support for appliance mode.
|
TransitGatewayVpcAttachmentOptions |
TransitGatewayVpcAttachmentOptions.withApplianceModeSupport(ApplianceModeSupportValue applianceModeSupport)
Indicates whether appliance mode support is enabled.
|
CreateTransitGatewayVpcAttachmentRequestOptions |
CreateTransitGatewayVpcAttachmentRequestOptions.withApplianceModeSupport(ApplianceModeSupportValue applianceModeSupport)
Enable or disable support for appliance mode.
|
Copyright © 2021. All rights reserved.