Uses of Class
com.amazonaws.services.ec2.model.AttachNetworkInterfaceRequest

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
 

Methods in com.amazonaws.services.ec2 with parameters of type AttachNetworkInterfaceRequest
 AttachNetworkInterfaceResult AmazonEC2Client.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 AttachNetworkInterfaceResult AmazonEC2.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 Future<AttachNetworkInterfaceResult> AmazonEC2AsyncClient.attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 Future<AttachNetworkInterfaceResult> AmazonEC2Async.attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 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.
 

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.
 



Copyright © 2016. All rights reserved.