Uses of Class
com.amazonaws.services.ec2.model.DescribeNetworkInterfaceAttributeResult
-
Packages that use DescribeNetworkInterfaceAttributeResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeNetworkInterfaceAttributeResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeNetworkInterfaceAttributeResult Modifier and Type Method Description DescribeNetworkInterfaceAttributeResult
AbstractAmazonEC2. describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest request)
DescribeNetworkInterfaceAttributeResult
AmazonEC2. describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.DescribeNetworkInterfaceAttributeResult
AmazonEC2Client. describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute. -
Uses of DescribeNetworkInterfaceAttributeResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeNetworkInterfaceAttributeResult Modifier and Type Method 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(GroupIdentifier... groups)
The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResult
DescribeNetworkInterfaceAttributeResult. withGroups(Collection<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.
-