| 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 CreateDirectConnectGatewayAssociationProposalResponse |
DirectConnectClient.createDirectConnectGatewayAssociationProposal(Consumer<CreateDirectConnectGatewayAssociationProposalRequest.Builder> createDirectConnectGatewayAssociationProposalRequest)
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified
Direct Connect gateway.
|
default CompletableFuture<CreateDirectConnectGatewayAssociationProposalResponse> |
DirectConnectAsyncClient.createDirectConnectGatewayAssociationProposal(Consumer<CreateDirectConnectGatewayAssociationProposalRequest.Builder> createDirectConnectGatewayAssociationProposalRequest)
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified
Direct Connect gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.addAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
static CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.builder() |
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.directConnectGatewayOwnerAccount(String directConnectGatewayOwnerAccount)
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.gatewayId(String gatewayId)
The ID of the virtual private gateway or transit gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
CreateDirectConnectGatewayAssociationProposalRequest.Builder |
CreateDirectConnectGatewayAssociationProposalRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDirectConnectGatewayAssociationProposalRequest.Builder> |
CreateDirectConnectGatewayAssociationProposalRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.