Uses of Class
com.amazonaws.services.directconnect.model.AllocatePublicVirtualInterfaceRequest
Packages that use AllocatePublicVirtualInterfaceRequest
-
Uses of AllocatePublicVirtualInterfaceRequest in com.amazonaws.services.directconnect
Methods in com.amazonaws.services.directconnect with parameters of type AllocatePublicVirtualInterfaceRequestModifier and TypeMethodDescriptionAbstractAmazonDirectConnect.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest request) AmazonDirectConnect.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) Provisions a public virtual interface to be owned by a different customer.AmazonDirectConnectClient.allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) Provisions a public virtual interface to be owned by a different customer.AbstractAmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request) AbstractAmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) Provisions a public virtual interface to be owned by a different customer.AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) Provisions a public virtual interface to be owned by a different customer.AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request) AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) Method parameters in com.amazonaws.services.directconnect with type arguments of type AllocatePublicVirtualInterfaceRequestModifier and TypeMethodDescriptionAbstractAmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) AmazonDirectConnectAsync.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) Provisions a public virtual interface to be owned by a different customer.AmazonDirectConnectAsyncClient.allocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request, AsyncHandler<AllocatePublicVirtualInterfaceRequest, AllocatePublicVirtualInterfaceResult> asyncHandler) -
Uses of AllocatePublicVirtualInterfaceRequest in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return AllocatePublicVirtualInterfaceRequestModifier and TypeMethodDescriptionAllocatePublicVirtualInterfaceRequest.clone()AllocatePublicVirtualInterfaceRequest.withConnectionId(String connectionId) The connection ID on which the public virtual interface is provisioned.AllocatePublicVirtualInterfaceRequest.withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.AllocatePublicVirtualInterfaceRequest.withOwnerAccount(String ownerAccount) The AWS account that will own the new public virtual interface.