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