| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | 
 | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.clone()  | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withAttachment(NetworkInterfaceAttachmentChanges attachment)
 Information about the interface attachment. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withDescription(String description)
 A description for the network interface. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withEnaSrdSpecification(EnaSrdSpecification enaSrdSpecification)
 Updates the ENA Express configuration for the network interface that’s attached to the instance. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withGroups(Collection<String> groups)
 Changes the security groups for the network interface. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withGroups(String... groups)
 Changes the security groups for the network interface. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withNetworkInterfaceId(String networkInterfaceId)
 The ID of the network interface. 
 | 
ModifyNetworkInterfaceAttributeRequest | 
ModifyNetworkInterfaceAttributeRequest.withSourceDestCheck(Boolean sourceDestCheck)
 Enable or disable source/destination checks, which ensure that the instance is either the source or the
 destination of any traffic that it receives. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Request<ModifyNetworkInterfaceAttributeRequest> | 
ModifyNetworkInterfaceAttributeRequest.getDryRunRequest()
This method is intended for internal use only. 
 | 
Copyright © 2023. All rights reserved.