| 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 |
|---|---|
AttachNetworkInterfaceResult |
AmazonEC2.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
AttachNetworkInterfaceResult |
AmazonEC2Client.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AttachNetworkInterfaceResult> |
AmazonEC2AsyncClient.attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest,
AsyncHandler<AttachNetworkInterfaceRequest,AttachNetworkInterfaceResult> asyncHandler)
Attaches a network interface to an instance.
|
Future<AttachNetworkInterfaceResult> |
AmazonEC2Async.attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest,
AsyncHandler<AttachNetworkInterfaceRequest,AttachNetworkInterfaceResult> asyncHandler)
Attaches a network interface to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
AttachNetworkInterfaceResult |
AttachNetworkInterfaceResult.clone() |
AttachNetworkInterfaceResult |
AttachNetworkInterfaceResult.withAttachmentId(String attachmentId)
The ID of the network interface attachment.
|
Copyright © 2015. All rights reserved.