Uses of Class
com.amazonaws.services.ec2.model.CreateNetworkInterfaceRequest
-
Packages that use CreateNetworkInterfaceRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateNetworkInterfaceRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNetworkInterfaceRequest Modifier and Type Method Description Future<CreateNetworkInterfaceResult>
AbstractAmazonEC2Async. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
Future<CreateNetworkInterfaceResult>
AmazonEC2Async. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
Creates a network interface in the specified subnet.Future<CreateNetworkInterfaceResult>
AmazonEC2AsyncClient. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request, AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
-
Uses of CreateNetworkInterfaceRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateNetworkInterfaceRequest Modifier and Type Method Description CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. clone()
CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withDescription(String description)
A description for the network interface.CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withGroups(String... groups)
The IDs of one or more security groups.CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withGroups(Collection<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(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses.CreateNetworkInterfaceRequest
CreateNetworkInterfaceRequest. withPrivateIpAddresses(Collection<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 Modifier and Type Method Description Request<CreateNetworkInterfaceRequest>
CreateNetworkInterfaceRequest. getDryRunRequest()
This method is intended for internal use only.
-