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 CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. clone()CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withDescription(String description)A description for the network interface.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withGroups(String... groups)The IDs of one or more security groups.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withGroups(Collection<String> groups)The IDs of one or more security groups.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withPrivateIpAddress(String privateIpAddress)The primary private IP address of the network interface.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)One or more private IP addresses.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)The number of secondary private IP addresses to assign to a network interface.CreateNetworkInterfaceRequestCreateNetworkInterfaceRequest. 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.
-