| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic
cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateInterconnectResult |
AmazonDirectConnectClient.createInterconnect(CreateInterconnectRequest request)
Creates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect
location.
|
CreateInterconnectResult |
AmazonDirectConnect.createInterconnect(CreateInterconnectRequest createInterconnectRequest)
Creates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect
location.
|
CreateInterconnectResult |
AbstractAmazonDirectConnect.createInterconnect(CreateInterconnectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateInterconnectResult> |
AmazonDirectConnectAsync.createInterconnectAsync(CreateInterconnectRequest createInterconnectRequest,
AsyncHandler<CreateInterconnectRequest,CreateInterconnectResult> asyncHandler)
Creates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect
location.
|
Future<CreateInterconnectResult> |
AbstractAmazonDirectConnectAsync.createInterconnectAsync(CreateInterconnectRequest request,
AsyncHandler<CreateInterconnectRequest,CreateInterconnectResult> asyncHandler) |
Future<CreateInterconnectResult> |
AmazonDirectConnectAsyncClient.createInterconnectAsync(CreateInterconnectRequest request,
AsyncHandler<CreateInterconnectRequest,CreateInterconnectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateInterconnectResult |
CreateInterconnectResult.clone() |
CreateInterconnectResult |
CreateInterconnectResult.withAwsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
CreateInterconnectResult |
CreateInterconnectResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the physical connection terminates.
|
CreateInterconnectResult |
CreateInterconnectResult.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
CreateInterconnectResult |
CreateInterconnectResult.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
CreateInterconnectResult |
CreateInterconnectResult.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectId(String interconnectId)
The ID of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withInterconnectState(String interconnectState)
The state of the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
CreateInterconnectResult |
CreateInterconnectResult.withLagId(String lagId)
The ID of the LAG.
|
CreateInterconnectResult |
CreateInterconnectResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
CreateInterconnectResult |
CreateInterconnectResult.withLocation(String location)
The location of the connection.
|
CreateInterconnectResult |
CreateInterconnectResult.withRegion(String region)
The AWS Region where the connection is located.
|
CreateInterconnectResult |
CreateInterconnectResult.withTags(Collection<Tag> tags)
Any tags assigned to the interconnect.
|
CreateInterconnectResult |
CreateInterconnectResult.withTags(Tag... tags)
Any tags assigned to the interconnect.
|
Copyright © 2019. All rights reserved.