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