Uses of Class
com.amazonaws.services.directconnect.model.AllocatePublicVirtualInterfaceRequest

Packages that use AllocatePublicVirtualInterfaceRequest
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. 
 

Uses of AllocatePublicVirtualInterfaceRequest in com.amazonaws.services.directconnect
 

Methods in com.amazonaws.services.directconnect with parameters of type AllocatePublicVirtualInterfaceRequest
 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> AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(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, AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.directconnect with type arguments of type AllocatePublicVirtualInterfaceRequest
 Future<AllocatePublicVirtualInterfaceResult> AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest, AsyncHandler<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResult> asyncHandler)
           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.
 

Uses of AllocatePublicVirtualInterfaceRequest in com.amazonaws.services.directconnect.model
 

Methods in com.amazonaws.services.directconnect.model that return AllocatePublicVirtualInterfaceRequest
 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 © 2016. All rights reserved.