| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
AmazonDirectConnectClient.createConnection(CreateConnectionRequest request)
Creates a connection between a customer network and a specific Direct Connect location.
|
CreateConnectionResult |
AmazonDirectConnect.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection between a customer network and a specific Direct Connect location.
|
CreateConnectionResult |
AbstractAmazonDirectConnect.createConnection(CreateConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AmazonDirectConnectAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection between a customer network and a specific Direct Connect location.
|
Future<CreateConnectionResult> |
AbstractAmazonDirectConnectAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
CreateConnectionResult.clone() |
CreateConnectionResult |
CreateConnectionResult.withAwsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
CreateConnectionResult |
CreateConnectionResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the physical connection.
|
CreateConnectionResult |
CreateConnectionResult.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
CreateConnectionResult |
CreateConnectionResult.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionId(String connectionId)
The ID of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionName(String connectionName)
The name of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(String connectionState)
The state of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withEncryptionMode(String encryptionMode)
The MAC Security (MACsec) connection encryption mode.
|
CreateConnectionResult |
CreateConnectionResult.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateConnectionResult |
CreateConnectionResult.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateConnectionResult |
CreateConnectionResult.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
CreateConnectionResult |
CreateConnectionResult.withLagId(String lagId)
The ID of the LAG.
|
CreateConnectionResult |
CreateConnectionResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
CreateConnectionResult |
CreateConnectionResult.withLocation(String location)
The location of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withMacSecCapable(Boolean macSecCapable)
Indicates whether the connection supports MAC Security (MACsec).
|
CreateConnectionResult |
CreateConnectionResult.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the connection.
|
CreateConnectionResult |
CreateConnectionResult.withPartnerName(String partnerName)
The name of the Direct Connect service provider associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withPortEncryptionStatus(String portEncryptionStatus)
The MAC Security (MACsec) port link status of the connection.
|
CreateConnectionResult |
CreateConnectionResult.withProviderName(String providerName)
The name of the service provider associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Collection<Tag> tags)
The tags associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Tag... tags)
The tags associated with the connection.
|
CreateConnectionResult |
CreateConnectionResult.withVlan(Integer vlan)
The ID of the VLAN.
|
Copyright © 2024. All rights reserved.