Uses of Class
software.amazon.awssdk.services.directconnect.model.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse 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 DeleteConnectionResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DeleteConnectionResponse Modifier and Type Method Description default DeleteConnectionResponseDirectConnectClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Deletes the specified connection.default DeleteConnectionResponseDirectConnectClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>DirectConnectAsyncClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Deletes the specified connection.default CompletableFuture<DeleteConnectionResponse>DirectConnectAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Deletes the specified connection.
-