| Package | Description |
|---|---|
| com.amazonaws.services.directconnect |
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10
gigabit Ethernet fiber-optic cable.
|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResult |
AmazonDirectConnectClient.deleteConnection(DeleteConnectionRequest request)
Deletes the connection.
|
DeleteConnectionResult |
AmazonDirectConnect.deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes the connection.
|
DeleteConnectionResult |
AbstractAmazonDirectConnect.deleteConnection(DeleteConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsync.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes the connection.
|
Future<DeleteConnectionResult> |
AbstractAmazonDirectConnectAsync.deleteConnectionAsync(DeleteConnectionRequest request,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler) |
Future<DeleteConnectionResult> |
AmazonDirectConnectAsyncClient.deleteConnectionAsync(DeleteConnectionRequest request,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResult |
DeleteConnectionResult.clone() |
DeleteConnectionResult |
DeleteConnectionResult.withAwsDevice(String awsDevice)
Deprecated in favor of awsDeviceV2.
|
DeleteConnectionResult |
DeleteConnectionResult.withAwsDeviceV2(String awsDeviceV2)
The Direct Connection endpoint which the physical connection terminates on.
|
DeleteConnectionResult |
DeleteConnectionResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionId(String connectionId) |
DeleteConnectionResult |
DeleteConnectionResult.withConnectionName(String connectionName) |
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(ConnectionState connectionState) |
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(String connectionState) |
DeleteConnectionResult |
DeleteConnectionResult.withLagId(String lagId) |
DeleteConnectionResult |
DeleteConnectionResult.withLoaIssueTime(Date loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withLocation(String location) |
DeleteConnectionResult |
DeleteConnectionResult.withOwnerAccount(String ownerAccount)
The AWS account that will own the new connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withPartnerName(String partnerName)
The name of the AWS Direct Connect service provider associated with the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withRegion(String region) |
DeleteConnectionResult |
DeleteConnectionResult.withVlan(Integer vlan) |
Copyright © 2018. All rights reserved.