Uses of Class
software.amazon.awssdk.services.codeconnections.model.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of DeleteConnectionResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return DeleteConnectionResponse Modifier and Type Method Description default DeleteConnectionResponseCodeConnectionsClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)The connection to be deleted.default DeleteConnectionResponseCodeConnectionsClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)The connection to be deleted.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type DeleteConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectionResponse>CodeConnectionsAsyncClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)The connection to be deleted.default CompletableFuture<DeleteConnectionResponse>CodeConnectionsAsyncClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)The connection to be deleted.
-