| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. clone() | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withLocalAddress(String localAddress)
 The local address. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withLocalBgpAsn(Integer localBgpAsn)
 The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withLocalGatewayId(String localGatewayId)
 The ID of the local gateway. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withLocalGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId)
 The ID of the virtual interface. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withOwnerId(String ownerId)
 The AWS account ID that owns the local gateway virtual interface. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withPeerAddress(String peerAddress)
 The peer address. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withPeerBgpAsn(Integer peerBgpAsn)
 The peer BGP ASN. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withTags(Collection<Tag> tags)
 The tags assigned to the virtual interface. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withTags(Tag... tags)
 The tags assigned to the virtual interface. | 
| LocalGatewayVirtualInterface | LocalGatewayVirtualInterface. withVlan(Integer vlan)
 The ID of the VLAN. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<LocalGatewayVirtualInterface> | DescribeLocalGatewayVirtualInterfacesResult. getLocalGatewayVirtualInterfaces()
 Information about the virtual interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeLocalGatewayVirtualInterfacesResult | DescribeLocalGatewayVirtualInterfacesResult. withLocalGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)
 Information about the virtual interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeLocalGatewayVirtualInterfacesResult. setLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
 Information about the virtual interfaces. | 
| DescribeLocalGatewayVirtualInterfacesResult | DescribeLocalGatewayVirtualInterfacesResult. withLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
 Information about the virtual interfaces. | 
Copyright © 2021. All rights reserved.