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

Packages that use AttachNetworkInterfaceResult
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 AttachNetworkInterfaceResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return AttachNetworkInterfaceResult
 AttachNetworkInterfaceResult AmazonEC2Client.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 AttachNetworkInterfaceResult AmazonEC2.attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
           Attaches a network interface to an instance.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type AttachNetworkInterfaceResult
 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 AttachNetworkInterfaceResult
 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 AttachNetworkInterfaceResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AttachNetworkInterfaceResult
 AttachNetworkInterfaceResult AttachNetworkInterfaceResult.withAttachmentId(String attachmentId)
          The ID of the network interface attachment.
 



Copyright © 2016. All rights reserved.