Uses of Class
software.amazon.awssdk.services.directconnect.model.AllocateHostedConnectionRequest
-
Packages that use AllocateHostedConnectionRequest 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 AllocateHostedConnectionRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type AllocateHostedConnectionRequest Modifier and Type Method Description default CompletableFuture<AllocateHostedConnectionResponse>DirectConnectAsyncClient. allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest)Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.default AllocateHostedConnectionResponseDirectConnectClient. allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest)Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects. -
Uses of AllocateHostedConnectionRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type AllocateHostedConnectionRequest Modifier and Type Method Description SdkHttpFullRequestAllocateHostedConnectionRequestMarshaller. marshall(AllocateHostedConnectionRequest allocateHostedConnectionRequest)
-