| 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 |
|---|---|
AllocateHostedConnectionResult |
AmazonDirectConnectClient.allocateHostedConnection(AllocateHostedConnectionRequest request)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
AllocateHostedConnectionResult |
AbstractAmazonDirectConnect.allocateHostedConnection(AllocateHostedConnectionRequest request) |
AllocateHostedConnectionResult |
AmazonDirectConnect.allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsyncClient.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
Future<AllocateHostedConnectionResult> |
AbstractAmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest allocateHostedConnectionRequest,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.clone() |
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withAwsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the physical connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withAwsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withBandwidth(String bandwidth)
The bandwidth of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withConnectionId(String connectionId)
The ID of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withConnectionName(String connectionName)
The name of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withConnectionState(String connectionState)
The state of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withEncryptionMode(String encryptionMode)
The MAC Security (MACsec) connection encryption mode.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withHasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withHasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withJumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames are supported.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withLagId(String lagId)
The ID of the LAG.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withLocation(String location)
The location of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withMacSecCapable(Boolean macSecCapable)
Indicates whether the connection supports MAC Security (MACsec).
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withPartnerName(String partnerName)
The name of the Direct Connect service provider associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withPortEncryptionStatus(String portEncryptionStatus)
The MAC Security (MACsec) port link status of the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withProviderName(String providerName)
The name of the service provider associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withRegion(String region)
The Amazon Web Services Region where the connection is located.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withTags(Collection<Tag> tags)
The tags associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withTags(Tag... tags)
The tags associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withVlan(Integer vlan)
The ID of the VLAN.
|
Copyright © 2024. All rights reserved.