Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LocalGatewayRouteTable |
LocalGatewayRouteTable.clone() |
LocalGatewayRouteTable |
DeleteLocalGatewayRouteTableResult.getLocalGatewayRouteTable()
Information about the local gateway route table.
|
LocalGatewayRouteTable |
CreateLocalGatewayRouteTableResult.getLocalGatewayRouteTable()
Information about the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withLocalGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withLocalGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withMode(LocalGatewayRouteTableMode mode)
The mode of the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withMode(String mode)
The mode of the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withState(String state)
The state of the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withStateReason(StateReason stateReason)
Information about the state change.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withTags(Collection<Tag> tags)
The tags assigned to the local gateway route table.
|
LocalGatewayRouteTable |
LocalGatewayRouteTable.withTags(Tag... tags)
The tags assigned to the local gateway route table.
|
Modifier and Type | Method and Description |
---|---|
List<LocalGatewayRouteTable> |
DescribeLocalGatewayRouteTablesResult.getLocalGatewayRouteTables()
Information about the local gateway route tables.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteLocalGatewayRouteTableResult.setLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
void |
CreateLocalGatewayRouteTableResult.setLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
DeleteLocalGatewayRouteTableResult |
DeleteLocalGatewayRouteTableResult.withLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
CreateLocalGatewayRouteTableResult |
CreateLocalGatewayRouteTableResult.withLocalGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
DescribeLocalGatewayRouteTablesResult |
DescribeLocalGatewayRouteTablesResult.withLocalGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLocalGatewayRouteTablesResult.setLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResult |
DescribeLocalGatewayRouteTablesResult.withLocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
Copyright © 2023. All rights reserved.