Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfaceResult |
EC2Connector.createNetworkInterface(String subnetId,
String description,
List<String> groups,
Integer ipv6AddressCount,
List<InstanceIpv6Address> ipv6Addresses,
String privateIpAddress,
List<PrivateIpAddressSpecification> privateIpAddresses,
Integer secondaryPrivateIpAddressCount)
Creates a network interface in the specified subnet.
|
Modifier and Type | Method and Description |
---|---|
static CreateNetworkInterfaceResult |
EC2ModelFactory.wrapCreateNetworkInterface(com.amazonaws.services.ec2.model.CreateNetworkInterfaceResult result) |
Copyright © 2010–2020. All rights reserved.