|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachNetworkInterfaceRequest | |
---|---|
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 AttachNetworkInterfaceRequest in com.amazonaws.services.ec2 |
---|
Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachNetworkInterfaceRequest | |
---|---|
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. |
Uses of AttachNetworkInterfaceRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return AttachNetworkInterfaceRequest | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachNetworkInterfaceRequest | |
---|---|
Request<AttachNetworkInterfaceRequest> |
AttachNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |