Uses of Class
com.amazonaws.services.ec2.model.CreateNetworkInterfaceRequest
Packages that use CreateNetworkInterfaceRequest
-
Uses of CreateNetworkInterfaceRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateNetworkInterfaceRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createNetworkInterface
(CreateNetworkInterfaceRequest request) AmazonEC2.createNetworkInterface
(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) Creates a network interface in the specified subnet.AmazonEC2Client.createNetworkInterface
(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) Creates a network interface in the specified subnet.AbstractAmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest request) AbstractAmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest request, AsyncHandler<CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult> asyncHandler) AmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) Creates a network interface in the specified subnet.AmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult> asyncHandler) Creates a network interface in the specified subnet.AmazonEC2AsyncClient.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest request) AmazonEC2AsyncClient.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest request, AsyncHandler<CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateNetworkInterfaceRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest request, AsyncHandler<CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult> asyncHandler) AmazonEC2Async.createNetworkInterfaceAsync
(CreateNetworkInterfaceRequest createNetworkInterfaceRequest, AsyncHandler<CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult> asyncHandler) Creates a network interface in the specified subnet.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 CreateNetworkInterfaceRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.clone()
CreateNetworkInterfaceRequest.withDescription
(String description) A description for the network interface.CreateNetworkInterfaceRequest.withGroups
(String... groups) The IDs of one or more security groups.CreateNetworkInterfaceRequest.withGroups
(Collection<String> groups) The IDs of one or more security groups.CreateNetworkInterfaceRequest.withPrivateIpAddress
(String privateIpAddress) The primary private IP address of the network interface.CreateNetworkInterfaceRequest.withPrivateIpAddresses
(PrivateIpAddressSpecification... privateIpAddresses) One or more private IP addresses.CreateNetworkInterfaceRequest.withPrivateIpAddresses
(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IP addresses.CreateNetworkInterfaceRequest.withSecondaryPrivateIpAddressCount
(Integer secondaryPrivateIpAddressCount) The number of secondary private IP addresses to assign to a network interface.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 CreateNetworkInterfaceRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.