| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AllocatePublicVirtualInterfaceResponse> |
DirectConnectAsyncClient.allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by the specified Amazon Web Services account.
|
default AllocatePublicVirtualInterfaceResponse |
DirectConnectClient.allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by the specified Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.builder() |
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.connectionId(String connectionId)
The ID of the connection on which the public virtual interface is provisioned.
|
default AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.newPublicVirtualInterfaceAllocation(Consumer<NewPublicVirtualInterfaceAllocation.Builder> newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.newPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.Builder.ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the public virtual interface.
|
AllocatePublicVirtualInterfaceRequest.Builder |
AllocatePublicVirtualInterfaceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocatePublicVirtualInterfaceRequest.Builder> |
AllocatePublicVirtualInterfaceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.