Uses of Interface
software.amazon.awssdk.services.directconnect.model.AssociateConnectionWithLagRequest.Builder
-
Packages that use AssociateConnectionWithLagRequest.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 AssociateConnectionWithLagRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type AssociateConnectionWithLagRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateConnectionWithLagResponse>DirectConnectAsyncClient. associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG).default AssociateConnectionWithLagResponseDirectConnectClient. associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)Associates an existing connection with a link aggregation group (LAG). -
Uses of AssociateConnectionWithLagRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AssociateConnectionWithLagRequest.Builder Modifier and Type Method Description static AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest. builder()AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest.Builder. connectionId(String connectionId)The ID of the connection.AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest.Builder. lagId(String lagId)The ID of the LAG with which to associate the connection.AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateConnectionWithLagRequest.BuilderAssociateConnectionWithLagRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AssociateConnectionWithLagRequest.Builder Modifier and Type Method Description static Class<? extends AssociateConnectionWithLagRequest.Builder>AssociateConnectionWithLagRequest. serializableBuilderClass()
-