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 DescribeNetworkInterfaceAttributeResultAbstractAmazonEC2. describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest request)DescribeNetworkInterfaceAttributeResultAmazonEC2. describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)Describes a network interface attribute.DescribeNetworkInterfaceAttributeResultAmazonEC2Client. 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 DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. clone()DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withAttachment(NetworkInterfaceAttachment attachment)The attachment (if any) of the network interface.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withDescription(String description)The description of the network interface.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withGroups(GroupIdentifier... groups)The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withGroups(Collection<GroupIdentifier> groups)The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withNetworkInterfaceId(String networkInterfaceId)The ID of the network interface.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withSourceDestCheck(Boolean sourceDestCheck)Indicates whether source/destination checking is enabled.
-