| 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 DescribeDirectConnectGatewayAssociationProposalsResponse |
DirectConnectClient.describeDirectConnectGatewayAssociationProposals(Consumer<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder> describeDirectConnectGatewayAssociationProposalsRequest)
Describes one or more association proposals for connection between a virtual private gateway or transit gateway
and a Direct Connect gateway.
|
default CompletableFuture<DescribeDirectConnectGatewayAssociationProposalsResponse> |
DirectConnectAsyncClient.describeDirectConnectGatewayAssociationProposals(Consumer<DescribeDirectConnectGatewayAssociationProposalsRequest.Builder> describeDirectConnectGatewayAssociationProposalsRequest)
Describes one or more association proposals for connection between a virtual private gateway or transit gateway
and a Direct Connect gateway.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.associatedGatewayId(String associatedGatewayId)
The ID of the associated gateway.
|
static DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.builder() |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder.proposalId(String proposalId)
The ID of the proposal.
|
DescribeDirectConnectGatewayAssociationProposalsRequest.Builder |
DescribeDirectConnectGatewayAssociationProposalsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeDirectConnectGatewayAssociationProposalsRequest.Builder> |
DescribeDirectConnectGatewayAssociationProposalsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.