Java 类com.amazonaws.services.ec2.model.NetworkInterfacePrivateIpAddress 实例源码

项目:aws-sdk-java-resources    文件:NetworkInterfaceImpl.java   
@Override
public List<NetworkInterfacePrivateIpAddress> getPrivateIpAddresses() {
    return (List<NetworkInterfacePrivateIpAddress>)
            resource.getAttribute("PrivateIpAddresses");
}
项目:aws-sdk-java-resources    文件:NetworkInterface.java   
/**
 * Gets the value of the PrivateIpAddresses attribute. If this resource is
 * not yet loaded, a call to {@code load()} is made to retrieve the value of
 * the attribute.
 */
List<NetworkInterfacePrivateIpAddress> getPrivateIpAddresses();