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 |
---|---|
AllocatePublicVirtualInterfaceResult |
AmazonDirectConnectClient.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
AllocatePublicVirtualInterfaceResult |
AmazonDirectConnect.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Future<AllocatePublicVirtualInterfaceResult> |
AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest,
AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
Provisions a public virtual interface to be owned by a different
customer.
|
Modifier and Type | Method and Description |
---|---|
AllocatePublicVirtualInterfaceRequest |
AllocatePublicVirtualInterfaceRequest.withConnectionId(String connectionId)
The connection ID on which the public virtual interface is
provisioned.
|
AllocatePublicVirtualInterfaceRequest |
AllocatePublicVirtualInterfaceRequest.withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be
provisioned.
|
AllocatePublicVirtualInterfaceRequest |
AllocatePublicVirtualInterfaceRequest.withOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
|
Copyright © 2014. All rights reserved.