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

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

Methods in com.amazonaws.services.ec2 with parameters of type CreateNetworkInterfaceRequest
 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.
 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 CreateNetworkInterfaceRequest
 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 CreateNetworkInterfaceRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateNetworkInterfaceRequest
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withDescription(String description)
          A description for the network interface.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withGroups(Collection<String> groups)
          The IDs of one or more security groups.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withGroups(String... groups)
          The IDs of one or more security groups.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withPrivateIpAddress(String privateIpAddress)
          The primary private IP address of the network interface.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
          One or more private IP addresses.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
          One or more private IP addresses.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
          The number of secondary private IP addresses to assign to a network interface.
 CreateNetworkInterfaceRequest CreateNetworkInterfaceRequest.withSubnetId(String subnetId)
          The ID of the subnet to associate with the network interface.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateNetworkInterfaceRequest
 Request<CreateNetworkInterfaceRequest> CreateNetworkInterfaceRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.