| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Interconnect |
Interconnect.clone() |
Interconnect |
Interconnect.withAwsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
Interconnect |
Interconnect.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the physical connection.
|
Interconnect |
Interconnect.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
Interconnect |
Interconnect.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
Interconnect |
Interconnect.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
Interconnect |
Interconnect.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
Interconnect |
Interconnect.withInterconnectId(String interconnectId)
The ID of the interconnect.
|
Interconnect |
Interconnect.withInterconnectName(String interconnectName)
The name of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Interconnect |
Interconnect.withInterconnectState(String interconnectState)
The state of the interconnect.
|
Interconnect |
Interconnect.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
Interconnect |
Interconnect.withLagId(String lagId)
The ID of the LAG.
|
Interconnect |
Interconnect.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
Interconnect |
Interconnect.withLocation(String location)
The location of the connection.
|
Interconnect |
Interconnect.withProviderName(String providerName)
The name of the service provider associated with the interconnect.
|
Interconnect |
Interconnect.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
Interconnect |
Interconnect.withTags(Collection<Tag> tags)
The tags associated with the interconnect.
|
Interconnect |
Interconnect.withTags(Tag... tags)
The tags associated with the interconnect.
|
| Modifier and Type | Method and Description |
|---|---|
List<Interconnect> |
DescribeInterconnectsResult.getInterconnects()
The interconnects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInterconnectsResult |
DescribeInterconnectsResult.withInterconnects(Interconnect... interconnects)
The interconnects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInterconnectsResult.setInterconnects(Collection<Interconnect> interconnects)
The interconnects.
|
DescribeInterconnectsResult |
DescribeInterconnectsResult.withInterconnects(Collection<Interconnect> interconnects)
The interconnects.
|
Copyright © 2024. All rights reserved.