Uses of Interface
software.amazon.awssdk.services.directconnect.model.DescribeDirectConnectGatewayAssociationProposalsRequest.Builder
-
Packages that use DescribeDirectConnectGatewayAssociationProposalsRequest.Builder 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 -
-
Uses of DescribeDirectConnectGatewayAssociationProposalsRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type DescribeDirectConnectGatewayAssociationProposalsRequest.Builder Modifier and Type Method Description 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.default DescribeDirectConnectGatewayAssociationProposalsResponseDirectConnectClient. 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. -
Uses of DescribeDirectConnectGatewayAssociationProposalsRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return DescribeDirectConnectGatewayAssociationProposalsRequest.Builder Modifier and Type Method Description DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. associatedGatewayId(String associatedGatewayId)The ID of the associated gateway.static DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest. builder()DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. directConnectGatewayId(String directConnectGatewayId)The ID of the Direct Connect gateway.DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. nextToken(String nextToken)The token for the next page of results.DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest.Builder. proposalId(String proposalId)The ID of the proposal.DescribeDirectConnectGatewayAssociationProposalsRequest.BuilderDescribeDirectConnectGatewayAssociationProposalsRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type DescribeDirectConnectGatewayAssociationProposalsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDirectConnectGatewayAssociationProposalsRequest.Builder>DescribeDirectConnectGatewayAssociationProposalsRequest. serializableBuilderClass()
-