| 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 |
|---|---|
AllocateHostedConnectionResult |
AmazonDirectConnectClient.allocateHostedConnection(AllocateHostedConnectionRequest request)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
AllocateHostedConnectionResult |
AmazonDirectConnect.allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
AllocateHostedConnectionResult |
AbstractAmazonDirectConnect.allocateHostedConnection(AllocateHostedConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<AllocateHostedConnectionResult> |
AbstractAmazonDirectConnectAsync.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
Future<AllocateHostedConnectionResult> |
AmazonDirectConnectAsyncClient.allocateHostedConnectionAsync(AllocateHostedConnectionRequest request,
AsyncHandler<AllocateHostedConnectionRequest,AllocateHostedConnectionResult> asyncHandler) |
| 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 on which the physical connection terminates.
|
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.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 (9001 MTU) 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.withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withProviderName(String providerName)
The name of the service provider associated with the connection.
|
AllocateHostedConnectionResult |
AllocateHostedConnectionResult.withRegion(String region)
The AWS 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 © 2020. All rights reserved.