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 |
---|---|
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 |
---|---|
DescribeNetworkInterfaceAttributeRequest |
DescribeNetworkInterfaceAttributeRequest.withAttribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest |
DescribeNetworkInterfaceAttributeRequest.withAttribute(String attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest |
DescribeNetworkInterfaceAttributeRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeNetworkInterfaceAttributeRequest> |
DescribeNetworkInterfaceAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.