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