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<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 |
---|---|
AttachNetworkInterfaceRequest |
AttachNetworkInterfaceRequest.withDeviceIndex(Integer deviceIndex)
The index of the device for the network interface attachment.
|
AttachNetworkInterfaceRequest |
AttachNetworkInterfaceRequest.withInstanceId(String instanceId)
The ID of the instance.
|
AttachNetworkInterfaceRequest |
AttachNetworkInterfaceRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
Modifier and Type | Method and Description |
---|---|
Request<AttachNetworkInterfaceRequest> |
AttachNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.