Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfaceAttributeResult |
AmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
DescribeNetworkInterfaceAttributeResult |
AmazonEC2Client.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeNetworkInterfaceAttributeResult> |
AmazonEC2AsyncClient.describeNetworkInterfaceAttributeAsync(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest,
AsyncHandler<DescribeNetworkInterfaceAttributeRequest,DescribeNetworkInterfaceAttributeResult> asyncHandler)
Describes a network interface attribute.
|
Future<DescribeNetworkInterfaceAttributeResult> |
AmazonEC2Async.describeNetworkInterfaceAttributeAsync(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest,
AsyncHandler<DescribeNetworkInterfaceAttributeRequest,DescribeNetworkInterfaceAttributeResult> asyncHandler)
Describes a network interface attribute.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.