Uses of Class
software.amazon.awssdk.services.directconnect.model.AssociateHostedConnectionRequest
-
Packages that use AssociateHostedConnectionRequest 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.transform -
-
Uses of AssociateHostedConnectionRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AssociateHostedConnectionRequest Modifier and Type Method Description default CompletableFuture<AssociateHostedConnectionResponse>DirectConnectAsyncClient. associateHostedConnection(AssociateHostedConnectionRequest associateHostedConnectionRequest)Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect.default AssociateHostedConnectionResponseDirectConnectClient. associateHostedConnection(AssociateHostedConnectionRequest associateHostedConnectionRequest)Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. -
Uses of AssociateHostedConnectionRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AssociateHostedConnectionRequest Modifier and Type Method Description SdkHttpFullRequestAssociateHostedConnectionRequestMarshaller. marshall(AssociateHostedConnectionRequest associateHostedConnectionRequest)
-