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

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

Methods in com.amazonaws.services.ec2 that return CreateNetworkInterfaceResult
 CreateNetworkInterfaceResult AmazonEC2Client.createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
           Creates a network interface in the specified subnet.
 CreateNetworkInterfaceResult AmazonEC2.createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
           Creates a network interface in the specified subnet.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateNetworkInterfaceResult
 Future<CreateNetworkInterfaceResult> AmazonEC2AsyncClient.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
           Creates a network interface in the specified subnet.
 Future<CreateNetworkInterfaceResult> AmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
           Creates a network interface in the specified subnet.
 Future<CreateNetworkInterfaceResult> AmazonEC2AsyncClient.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
           Creates a network interface in the specified subnet.
 Future<CreateNetworkInterfaceResult> AmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
           Creates a network interface in the specified subnet.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNetworkInterfaceResult
 Future<CreateNetworkInterfaceResult> AmazonEC2AsyncClient.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
           Creates a network interface in the specified subnet.
 Future<CreateNetworkInterfaceResult> AmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
           Creates a network interface in the specified subnet.
 

Uses of CreateNetworkInterfaceResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateNetworkInterfaceResult
 CreateNetworkInterfaceResult CreateNetworkInterfaceResult.withNetworkInterface(NetworkInterface networkInterface)
          Information about the network interface.
 



Copyright © 2016. All rights reserved.