Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EnaSrdSpecification |
EnaSrdSpecification.clone() |
EnaSrdSpecification |
ModifyNetworkInterfaceAttributeRequest.getEnaSrdSpecification()
Updates the ENA Express configuration for the network interface that’s attached to the instance.
|
EnaSrdSpecification |
AttachNetworkInterfaceRequest.getEnaSrdSpecification()
Configures ENA Express for the network interface that this action attaches to the instance.
|
EnaSrdSpecification |
EnaSrdSpecification.withEnaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface.
|
EnaSrdSpecification |
EnaSrdSpecification.withEnaSrdUdpSpecification(EnaSrdUdpSpecification enaSrdUdpSpecification)
Configures ENA Express for UDP network traffic.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyNetworkInterfaceAttributeRequest.setEnaSrdSpecification(EnaSrdSpecification enaSrdSpecification)
Updates the ENA Express configuration for the network interface that’s attached to the instance.
|
void |
AttachNetworkInterfaceRequest.setEnaSrdSpecification(EnaSrdSpecification enaSrdSpecification)
Configures ENA Express for the network interface that this action attaches to the instance.
|
ModifyNetworkInterfaceAttributeRequest |
ModifyNetworkInterfaceAttributeRequest.withEnaSrdSpecification(EnaSrdSpecification enaSrdSpecification)
Updates the ENA Express configuration for the network interface that’s attached to the instance.
|
AttachNetworkInterfaceRequest |
AttachNetworkInterfaceRequest.withEnaSrdSpecification(EnaSrdSpecification enaSrdSpecification)
Configures ENA Express for the network interface that this action attaches to the instance.
|
Copyright © 2023. All rights reserved.