| 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 AllocateHostedConnectionResponse |
DirectConnectClient.allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
default CompletableFuture<AllocateHostedConnectionResponse> |
DirectConnectAsyncClient.allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.bandwidth(String bandwidth)
The bandwidth of the connection.
|
static AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.builder() |
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.connectionId(String connectionId)
The ID of the interconnect or LAG.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.connectionName(String connectionName)
The name of the hosted connection.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.ownerAccount(String ownerAccount)
The ID of the Amazon Web Services account ID of the customer for the connection.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.tags(Collection<Tag> tags)
The tags associated with the connection.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the connection.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.tags(Tag... tags)
The tags associated with the connection.
|
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.toBuilder() |
AllocateHostedConnectionRequest.Builder |
AllocateHostedConnectionRequest.Builder.vlan(Integer vlan)
The dedicated VLAN provisioned to the hosted connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocateHostedConnectionRequest.Builder> |
AllocateHostedConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.