Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfaceAttributeResult |
AmazonEC2Client.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest request)
Describes a network interface attribute.
|
DescribeNetworkInterfaceAttributeResult |
AmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
DescribeNetworkInterfaceAttributeResult |
AbstractAmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest request) |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.clone() |
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withDescription(String description)
The description of the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(GroupIdentifier... groups)
The security groups associated with the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
Copyright © 2020. All rights reserved.