|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeNetworkInterfaceAttributeResult | |
---|---|
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. |
Uses of DescribeNetworkInterfaceAttributeResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return DescribeNetworkInterfaceAttributeResult | |
---|---|
DescribeNetworkInterfaceAttributeResult |
AmazonEC2Client.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute. |
DescribeNetworkInterfaceAttributeResult |
AmazonEC2.describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeNetworkInterfaceAttributeResult | |
---|---|
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. |
Uses of DescribeNetworkInterfaceAttributeResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DescribeNetworkInterfaceAttributeResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |