Package | Description |
---|---|
com.amazonaws.services.directconnect |
Synchronous and asynchronous client classes for accessing AmazonDirectConnect.
|
com.amazonaws.services.directconnect.model |
Classes modeling the various types represented by AmazonDirectConnect.
|
Modifier and Type | Method and Description |
---|---|
DeleteConnectionResult |
AmazonDirectConnectClient.deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes the connection.
|
DeleteConnectionResult |
AmazonDirectConnect.deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes the connection.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsync.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest)
Deletes the connection.
|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsyncClient.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest)
Deletes the connection.
|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsync.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes the connection.
|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsyncClient.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes the connection.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsync.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes the connection.
|
Future<DeleteConnectionResult> |
AmazonDirectConnectAsyncClient.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes the connection.
|
Modifier and Type | Method and Description |
---|---|
DeleteConnectionResult |
DeleteConnectionResult.withBandwidth(String bandwidth)
Bandwidth of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionId(String connectionId)
ID of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionName(String connectionName)
The name of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(ConnectionState connectionState)
State of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(String connectionState)
State of the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withLocation(String location)
Where the connection is located.
|
DeleteConnectionResult |
DeleteConnectionResult.withOwnerAccount(String ownerAccount)
Sets the value of the OwnerAccount property for this object.
|
DeleteConnectionResult |
DeleteConnectionResult.withPartnerName(String partnerName)
Sets the value of the PartnerName property for this object.
|
DeleteConnectionResult |
DeleteConnectionResult.withRegion(String region)
The AWS region where the connection is located.
|
DeleteConnectionResult |
DeleteConnectionResult.withVlan(Integer vlan)
The VLAN ID.
|
Copyright © 2014. All rights reserved.